Skip to content

Commit

Permalink
Update grps and protobuf libs version (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Kitov <kitovfrvr@gmail.com>
  • Loading branch information
AntonKtrue and Anton Kitov authored Aug 4, 2020
1 parent bb02bbc commit 81ddd44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/proto.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
grpcVersion = '1.12.0'
protobufVersion = '3.5.1'
grpcVersion = '1.29.0'
protobufVersion = '3.12.2'
}

repositories {
Expand All @@ -9,6 +9,7 @@ repositories {

dependencies {
compile "com.google.protobuf:protobuf-java:${protobufVersion}"
compile "com.google.protobuf:protobuf-java-util:${protobufVersion}"
compile group: 'io.grpc', name: 'protoc-gen-grpc-java', version: grpcVersion, ext: 'pom'
compile "io.grpc:grpc-stub:${grpcVersion}"
compile "io.grpc:grpc-protobuf:${grpcVersion}"
Expand Down

0 comments on commit 81ddd44

Please sign in to comment.