Skip to content

Commit

Permalink
Update protobuf and grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdandrutu committed Apr 17, 2019
1 parent 827295d commit 5f3ab17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ subprojects {
ext {
findBugsJsr305Version = '3.0.2'
errorProneVersion = '2.3.2'
grpcVersion = '1.19.0'
grpcVersion = '1.20.0'
autoValueVersion = '1.5.3'
opentracingVersion = '0.32.0'

Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ description = 'OpenConsensus SDK'

apply plugin: 'com.google.protobuf'

def protobufVersion = '3.6.1'
def protocVersion = '3.6.1'
def protobufVersion = '3.7.1'
def protocVersion = '3.7.1'

buildscript {
repositories {
Expand Down

0 comments on commit 5f3ab17

Please sign in to comment.