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 55d6788Copy full SHA for 55d6788
runner/build.gradle
@@ -55,7 +55,7 @@ dependencies {
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'
58
- implementation 'com.google.protobuf:protobuf-java:4.28.2'
+ implementation 'com.google.protobuf:protobuf-java:4.33.1'
59
60
implementation 'com.google.guava:guava:33.4.5-jre'
61
}
types/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
6
7
dependencies {
8
9
10
11
publishing {
0 commit comments