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 b32324e commit f825838Copy full SHA for f825838
build.gradle
@@ -35,8 +35,8 @@ dependencies {
35
runnerImplementation 'io.grpc:grpc-stub:1.63.0'
36
runnerImplementation 'io.grpc:grpc-core:1.63.0'
37
38
- runnerImplementation 'com.google.protobuf:protobuf-java:4.28.2'
39
- typesImplementation 'com.google.protobuf:protobuf-java:4.28.2'
+ runnerImplementation 'com.google.protobuf:protobuf-java:4.32.0'
+ typesImplementation 'com.google.protobuf:protobuf-java:4.32.0'
40
41
// For logging, optional
42
implementation 'org.slf4j:slf4j-simple:2.0.12'
0 commit comments