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 8612a69 commit 89c7b04Copy full SHA for 89c7b04
1 file changed
build.gradle
@@ -44,11 +44,12 @@ tasks.withType(Javadoc).configureEach {
44
options.addStringOption('Xdoclint:none', '-quiet')
45
}
46
47
-def grpcVersion = '1.54.1'
48
-def protobufVersion = '3.21.12'
+def grpcVersion = '1.62.2'
+def protobufVersion = '3.25.6'
49
def protocVersion = protobufVersion
50
51
dependencies {
52
+ implementation "com.google.protobuf:protobuf-java:${protobufVersion}"
53
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
54
implementation "io.grpc:grpc-stub:${grpcVersion}"
55
implementation 'javax.annotation:javax.annotation-api:1.3.2'
0 commit comments