We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21927f5 commit 652e948Copy full SHA for 652e948
pbj-core/hiero-dependency-versions/build.gradle.kts
@@ -51,7 +51,7 @@ dependencies.constraints {
51
// Code generation
52
api("org.antlr:antlr4:$antlr")
53
api("com.google.protobuf:protoc:$protobuf")
54
- api("io.grpc:protoc-gen-grpc-java:1.70.0")
+ api("io.grpc:protoc-gen-grpc-java:1.71.0")
55
56
// Testing only
57
api("com.google.guava:guava:33.4.0-jre") { because("com.google.common") }
0 commit comments