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 22a1cad commit 0f3a6dbCopy full SHA for 0f3a6db
runner/build.gradle
@@ -6,10 +6,10 @@ dependencies {
6
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
7
8
implementation 'javax.annotation:javax.annotation-api:1.3.2'
9
- implementation 'io.grpc:grpc-netty:1.63.0' // or latest version
10
- implementation 'io.grpc:grpc-protobuf:1.63.0'
11
- implementation 'io.grpc:grpc-stub:1.63.0'
12
- implementation 'io.grpc:grpc-core:1.63.0'
+ implementation 'io.grpc:grpc-netty:1.74.0' // or latest version
+ implementation 'io.grpc:grpc-protobuf:1.74.0'
+ implementation 'io.grpc:grpc-stub:1.74.0'
+ implementation 'io.grpc:grpc-core:1.74.0'
13
implementation 'com.google.protobuf:protobuf-java:4.28.2'
14
15
// For logging, optional
0 commit comments