Skip to content

Commit 90c3e5d

Browse files
committed
gRPC updated
1 parent 13c68d7 commit 90c3e5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.github.sherter.google-java-format' version '0.8' apply false
3-
id 'com.google.protobuf' version '0.8.8' apply false
3+
id 'com.google.protobuf' version '0.8.9' apply false
44
id 'com.avast.gradle.docker-compose' version '0.9.4' apply false
55
id 'com.jfrog.bintray' version '1.8.4' apply false
66
}
@@ -11,8 +11,8 @@ allprojects {
1111
}
1212

1313
ext {
14-
grpcVersion = '1.20.0'
15-
protobufVersion = '3.7.1'
14+
grpcVersion = '1.21.0'
15+
protobufVersion = '3.8.0'
1616
}
1717

1818
subprojects {

0 commit comments

Comments
 (0)