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 31f1d32 commit e8200e9Copy full SHA for e8200e9
runner/build.gradle
@@ -51,10 +51,10 @@ dependencies {
51
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
52
53
implementation 'javax.annotation:javax.annotation-api:1.3.2'
54
- implementation 'io.grpc:grpc-netty:1.63.0' // or latest version
55
- implementation 'io.grpc:grpc-protobuf:1.63.0'
56
- implementation 'io.grpc:grpc-stub:1.63.0'
57
- implementation 'io.grpc:grpc-core:1.63.0'
+ implementation 'io.grpc:grpc-netty:1.77.0' // or latest version
+ implementation 'io.grpc:grpc-protobuf:1.77.0'
+ implementation 'io.grpc:grpc-stub:1.77.0'
+ implementation 'io.grpc:grpc-core:1.77.0'
58
implementation 'com.google.protobuf:protobuf-java:4.28.2'
59
60
implementation 'com.google.guava:guava:33.4.5-jre'
0 commit comments