Skip to content

Commit

Permalink
chore(deps): Bump io.grpc:protoc-gen-grpc-java
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.66.0 to 1.69.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.66.0...v1.69.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 891c57f commit b51db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbj-core/hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies.constraints {
// Code generation
api("org.antlr:antlr4:$antlr")
api("com.google.protobuf:protoc:$protobuf")
api("io.grpc:protoc-gen-grpc-java:1.66.0")
api("io.grpc:protoc-gen-grpc-java:1.69.0")

// Testing only
api("com.google.guava:guava:33.4.0-jre") { because("com.google.common") }
Expand Down

0 comments on commit b51db38

Please sign in to comment.