Skip to content

Commit 0f3a6db

Browse files
Update grpc-java monorepo to v1.74.0
1 parent 22a1cad commit 0f3a6db

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
@@ -6,10 +6,10 @@ dependencies {
66
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
77

88
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'
9+
implementation 'io.grpc:grpc-netty:1.74.0' // or latest version
10+
implementation 'io.grpc:grpc-protobuf:1.74.0'
11+
implementation 'io.grpc:grpc-stub:1.74.0'
12+
implementation 'io.grpc:grpc-core:1.74.0'
1313
implementation 'com.google.protobuf:protobuf-java:4.28.2'
1414

1515
// For logging, optional

0 commit comments

Comments
 (0)