Skip to content

Commit

Permalink
Upgrading grpc and opencensus (#5248)
Browse files Browse the repository at this point in the history
  • Loading branch information
sduskis authored May 31, 2019
1 parent 4ffdda3 commit 40f4d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.19.0</version>
<version>1.21.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.19.0</version>
<version>1.21.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@
<gax.version>1.44.0</gax.version>
<api.common.java.version>1.8.1</api.common.java.version>
<google.auth.version>0.15.0</google.auth.version>
<grpc.version>1.19.0</grpc.version>
<grpc.version>1.21.0</grpc.version>
<!-- We are currently using the *-android version to support JDK7. -->
<guava.version>27.1-android</guava.version>
<http-client-bom.version>1.29.1</http-client-bom.version>
<oauth-client.version>1.28.0</oauth-client.version>
<protobuf.version>3.7.1</protobuf.version>
<!-- make sure to keep opencensus version in sync with grpc -->
<opencensus.version>0.19.2</opencensus.version>
<opencensus.version>0.21.0</opencensus.version>
<!-- make sure to keep version in sync with google-http-client -->
<apache.httpclient.version>4.5.5</apache.httpclient.version>
<!-- test dependency versions -->
Expand Down

0 comments on commit 40f4d5d

Please sign in to comment.