Skip to content

Commit e8200e9

Browse files
fix(deps): update grpc-java monorepo to v1.77.0
1 parent 31f1d32 commit e8200e9

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

5353
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'
54+
implementation 'io.grpc:grpc-netty:1.77.0' // or latest version
55+
implementation 'io.grpc:grpc-protobuf:1.77.0'
56+
implementation 'io.grpc:grpc-stub:1.77.0'
57+
implementation 'io.grpc:grpc-core:1.77.0'
5858
implementation 'com.google.protobuf:protobuf-java:4.28.2'
5959

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

0 commit comments

Comments
 (0)