Skip to content

Commit

Permalink
Upgrade google.auth.version to 0.15.0. (#4743)
Browse files Browse the repository at this point in the history
* Upgrade google.auth.version to 0.14.0.

* Upgrade google.auth.version to 0.14.0.

* Upgrade google.auth.version to 0.15.0.
  • Loading branch information
kolea2 authored Mar 28, 2019
1 parent e362614 commit e706ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion google-cloud-clients/google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-apache</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@
<!-- make sure to keep gax version in sync with google-cloud-bom -->
<gax.version>1.42.0</gax.version>
<api.common.java.version>1.7.0</api.common.java.version>
<google.auth.version>0.13.0</google.auth.version>
<google.auth.version>0.15.0</google.auth.version>
<grpc.version>1.18.0</grpc.version>
<!-- We are currently using the *-android version to support JDK7. -->
<guava.version>26.0-android</guava.version>
<http-client-bom.version>1.28.0</http-client-bom.version>
<guava.version>27.1-android</guava.version>
<http-client-bom.version>1.29.0</http-client-bom.version>
<oauth-client.version>1.28.0</oauth-client.version>
<protobuf.version>3.6.1</protobuf.version>
<!-- make sure to keep opencensus version in sync with grpc -->
Expand Down

0 comments on commit e706ba1

Please sign in to comment.