Skip to content

Commit 804bd09

Browse files
Update protobuf/grpc versions to the latest compatible
1 parent 89c7b04 commit 804bd09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

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

47-
def grpcVersion = '1.62.2'
48-
def protobufVersion = '3.25.6'
47+
def grpcVersion = '1.79.0'
48+
def protobufVersion = '3.25.9'
4949
def protocVersion = protobufVersion
5050

5151
dependencies {

0 commit comments

Comments
 (0)