Skip to content

Commit

Permalink
Bump com.google.protobuf:protoc from 3.21.12 to 4.26.1
Browse files Browse the repository at this point in the history
Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.21.12 to 4.26.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2024
1 parent 31e2024 commit 21ef9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ dependencies {
def artifactName = 'com.google.protobuf:protoc:3.14.0:osx-x86_64'
switch (org.gradle.internal.os.OperatingSystem.current()) {
case org.gradle.internal.os.OperatingSystem.LINUX:
artifactName = "com.google.protobuf:protoc:3.21.12"
artifactName = "com.google.protobuf:protoc:4.26.1"
break;
case org.gradle.internal.os.OperatingSystem.MAC_OS:
artifactName = "com.google.protobuf:protoc:3.14.0:osx-x86_64"
break;
case org.gradle.internal.os.OperatingSystem.WINDOWS:
artifactName = "com.google.protobuf:protoc:3.21.12"
artifactName = "com.google.protobuf:protoc:4.26.1"
break;
}

Expand Down

0 comments on commit 21ef9c0

Please sign in to comment.