Skip to content

Commit

Permalink
Bump io.grpc:protoc-gen-grpc-java from 1.34.1 to 1.58.0
Browse files Browse the repository at this point in the history
Bumps [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) from 1.34.1 to 1.58.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.34.1...v1.58.0)

---
updated-dependencies:
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 18162b7 commit 0d67187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion temporal-serviceclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.34.1' + (System.getProperty("os.arch") == 'aarch64' ? ':osx-x86_64' : '')
artifact = 'io.grpc:protoc-gen-grpc-java:1.58.0' + (System.getProperty("os.arch") == 'aarch64' ? ':osx-x86_64' : '')
}
}
generateProtoTasks {
Expand Down
2 changes: 1 addition & 1 deletion temporal-test-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.34.1' + (System.getProperty("os.arch") == 'aarch64' ? ':osx-x86_64' : '')
artifact = 'io.grpc:protoc-gen-grpc-java:1.58.0' + (System.getProperty("os.arch") == 'aarch64' ? ':osx-x86_64' : '')
}
}
generateProtoTasks {
Expand Down

0 comments on commit 0d67187

Please sign in to comment.