Skip to content

Commit d3ade18

Browse files
Update grpc-java monorepo to v1.75.0
1 parent eb863bd commit d3ade18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runner/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ dependencies {
4848
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
4949

5050
implementation 'javax.annotation:javax.annotation-api:1.3.2'
51-
implementation 'io.grpc:grpc-netty:1.63.0' // or latest version
52-
implementation 'io.grpc:grpc-protobuf:1.63.0'
53-
implementation 'io.grpc:grpc-stub:1.63.0'
54-
implementation 'io.grpc:grpc-core:1.63.0'
51+
implementation 'io.grpc:grpc-netty:1.75.0' // or latest version
52+
implementation 'io.grpc:grpc-protobuf:1.75.0'
53+
implementation 'io.grpc:grpc-stub:1.75.0'
54+
implementation 'io.grpc:grpc-core:1.75.0'
5555
implementation 'com.google.protobuf:protobuf-java:4.28.2'
5656

5757
implementation 'com.google.guava:guava:33.4.5-jre'

0 commit comments

Comments
 (0)