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 73dc250Copy full SHA for 73dc250
runner/build.gradle
@@ -52,7 +52,7 @@ dependencies {
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'
55
- implementation 'com.google.protobuf:protobuf-java:4.28.2'
+ implementation 'com.google.protobuf:protobuf-java:4.32.1'
56
57
implementation 'com.google.guava:guava:33.4.5-jre'
58
}
types/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
6
7
dependencies {
8
9
10
11
publishing {
0 commit comments