Skip to content

Commit 81ddd44

Browse files
AntonKtrueAnton Kitov
andauthored
Update grps and protobuf libs version (#61)
Co-authored-by: Anton Kitov <[email protected]>
1 parent bb02bbc commit 81ddd44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client/proto.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
2-
grpcVersion = '1.12.0'
3-
protobufVersion = '3.5.1'
2+
grpcVersion = '1.29.0'
3+
protobufVersion = '3.12.2'
44
}
55

66
repositories {
@@ -9,6 +9,7 @@ repositories {
99

1010
dependencies {
1111
compile "com.google.protobuf:protobuf-java:${protobufVersion}"
12+
compile "com.google.protobuf:protobuf-java-util:${protobufVersion}"
1213
compile group: 'io.grpc', name: 'protoc-gen-grpc-java', version: grpcVersion, ext: 'pom'
1314
compile "io.grpc:grpc-stub:${grpcVersion}"
1415
compile "io.grpc:grpc-protobuf:${grpcVersion}"

0 commit comments

Comments
 (0)