Skip to content

Commit

Permalink
Update grpc-java monorepo to v1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 2630b86 commit ccec06d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ subprojects {

dependencies {
api("com.google.protobuf:protobuf-java:3.25.3")
api("io.grpc:grpc-protobuf:1.63.0")
api("io.grpc:grpc-services:1.63.0")
api("io.grpc:grpc-stub:1.63.0")
api("io.grpc:grpc-protobuf:1.64.0")
api("io.grpc:grpc-services:1.64.0")
api("io.grpc:grpc-stub:1.64.0")
api("build.buf:protovalidate:0.2.1")

api("jakarta.enterprise:jakarta.enterprise.cdi-api:4.1.0")
Expand All @@ -75,7 +75,7 @@ subprojects {

compileOnly("org.apache.tomcat:annotations-api:6.0.53")

runtimeOnly("io.grpc:grpc-netty-shaded:1.63.0")
runtimeOnly("io.grpc:grpc-netty-shaded:1.64.0")


}
Expand Down

0 comments on commit ccec06d

Please sign in to comment.