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 e2cae88 commit fadb374Copy full SHA for fadb374
build.gradle
@@ -29,7 +29,7 @@ plugins {
29
id 'java-library'
30
id 'jacoco'
31
id 'com.github.kt3k.coveralls' version '2.10.2'
32
- id 'com.google.protobuf' version '0.8.14'
+ id 'com.google.protobuf' version '0.8.18'
33
}
34
35
apply plugin: 'java'
@@ -45,8 +45,8 @@ version = '0.9.10.0'
45
sourceCompatibility = 1.8
46
targetCompatibility = 1.8
47
48
-def protocVersion = '3.14.0'
49
-def grpcVersion = '1.35.0'
+def protocVersion = '3.19.4'
+def grpcVersion = '1.43.2'
50
51
protobuf {
52
protoc {
0 commit comments