Skip to content

Commit 89c7b04

Browse files
Bump protobuf library and grpc version
1 parent 8612a69 commit 89c7b04

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ tasks.withType(Javadoc).configureEach {
4444
options.addStringOption('Xdoclint:none', '-quiet')
4545
}
4646

47-
def grpcVersion = '1.54.1'
48-
def protobufVersion = '3.21.12'
47+
def grpcVersion = '1.62.2'
48+
def protobufVersion = '3.25.6'
4949
def protocVersion = protobufVersion
5050

5151
dependencies {
52+
implementation "com.google.protobuf:protobuf-java:${protobufVersion}"
5253
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
5354
implementation "io.grpc:grpc-stub:${grpcVersion}"
5455
implementation 'javax.annotation:javax.annotation-api:1.3.2'

0 commit comments

Comments
 (0)