Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 2aafb87

Browse files
Bump com.google.protobuf:protoc from 3.21.7 to 3.25.0
Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.21.7 to 3.25.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.21.7...v3.25.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3a1196 commit 2aafb87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

grpc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ dependencies {
3939
def artifactName = 'com.google.protobuf:protoc:3.14.0:osx-x86_64'
4040
switch (org.gradle.internal.os.OperatingSystem.current()) {
4141
case org.gradle.internal.os.OperatingSystem.LINUX:
42-
artifactName = "com.google.protobuf:protoc:3.21.12"
42+
artifactName = "com.google.protobuf:protoc:3.25.0"
4343
break;
4444
case org.gradle.internal.os.OperatingSystem.MAC_OS:
4545
artifactName = "com.google.protobuf:protoc:3.14.0:osx-x86_64"
4646
break;
4747
case org.gradle.internal.os.OperatingSystem.WINDOWS:
48-
artifactName = "com.google.protobuf:protoc:3.21.12"
48+
artifactName = "com.google.protobuf:protoc:3.25.0"
4949
break;
5050
}
5151

0 commit comments

Comments
 (0)