Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update google-auth-library-java, apiary core libraries #3945

Merged
merged 3 commits into from
Nov 15, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update google-auth-library-java, apiary core libraries
  • Loading branch information
chingor13 committed Nov 14, 2018
commit a093d38bcc37d49b9550d2bf9ca60079c590a1b4
21 changes: 11 additions & 10 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,14 @@
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-clients</site.installationModule>
<bom.version>0.70.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
<api-client.version>1.24.1</api-client.version>
<api-client.version>1.27.0</api-client.version>
<gax.version>1.34.0</gax.version>
<google.auth.version>0.11.0</google.auth.version>
<google.auth.version>0.12.0</google.auth.version>
<grpc.version>1.15.0</grpc.version>
<nettyssl.version>2.0.7.Final</nettyssl.version>
<guava.version>20.0</guava.version>
<http-client.version>1.24.1</http-client.version>
<http-client.version>1.27.0</http-client.version>
<oauth-client.version>1.27.0</oauth-client.version>
<protobuf.version>3.6.1</protobuf.version>
<opencensus.version>0.15.0</opencensus.version>
<!-- test dependency versions -->
Expand All @@ -181,12 +182,12 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev397-1.24.1</version>
<version>v2-rev20181104-1.27.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-compute</artifactId>
<version>v1-rev193-1.24.1</version>
<version>v1-rev20181022-1.27.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud.datastore</groupId>
Expand All @@ -196,7 +197,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dns</artifactId>
<version>v1-rev86-1.24.1</version>
<version>v1-rev20180813-1.27.0</version>
</dependency>

<dependency>
Expand All @@ -208,17 +209,17 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudresourcemanager</artifactId>
<version>v1-rev498-1.24.1</version>
<version>v1-rev20181015-1.27.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev135-1.24.1</version>
<version>v1-rev20181013-1.27.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-translate</artifactId>
<version>v2-rev51-1.24.1</version>
<version>v2-rev20170525-1.27.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down Expand Up @@ -313,7 +314,7 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.24.1</version>
<version>${oauth-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down