Skip to content

Commit fadb374

Browse files
committed
bump depency version
Signed-off-by: Jeronimo Irazabal <[email protected]>
1 parent e2cae88 commit fadb374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
id 'java-library'
3030
id 'jacoco'
3131
id 'com.github.kt3k.coveralls' version '2.10.2'
32-
id 'com.google.protobuf' version '0.8.14'
32+
id 'com.google.protobuf' version '0.8.18'
3333
}
3434

3535
apply plugin: 'java'
@@ -45,8 +45,8 @@ version = '0.9.10.0'
4545
sourceCompatibility = 1.8
4646
targetCompatibility = 1.8
4747

48-
def protocVersion = '3.14.0'
49-
def grpcVersion = '1.35.0'
48+
def protocVersion = '3.19.4'
49+
def grpcVersion = '1.43.2'
5050

5151
protobuf {
5252
protoc {

0 commit comments

Comments
 (0)