Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Bump grpc to 1.13.1 to match google-cloud-java (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored Jul 11, 2018
1 parent 69c229b commit a458298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'io.codearte.nexus-staging'
project.version = file("gax/version.txt").text.trim()

ext {
grpcVersion = '1.10.1'
grpcVersion = '1.13.1'
commonProtosVersion = '1.0.0'
authVersion = '0.9.1'
// Project names not used for release
Expand Down

0 comments on commit a458298

Please sign in to comment.