We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb863bd commit d3ade18Copy full SHA for d3ade18
runner/build.gradle
@@ -48,10 +48,10 @@ dependencies {
48
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
49
50
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'
+ implementation 'io.grpc:grpc-netty:1.75.0' // or latest version
+ implementation 'io.grpc:grpc-protobuf:1.75.0'
+ implementation 'io.grpc:grpc-stub:1.75.0'
+ implementation 'io.grpc:grpc-core:1.75.0'
55
implementation 'com.google.protobuf:protobuf-java:4.28.2'
56
57
implementation 'com.google.guava:guava:33.4.5-jre'
0 commit comments