From e23a61e5815a1b9ece9e0f45569d4111cb1177b5 Mon Sep 17 00:00:00 2001 From: stephwang Date: Wed, 18 Dec 2019 11:19:30 -0500 Subject: [PATCH] deps: update dependencies All updates: | Package | Update | Change | |---|---|---| | `com.google.auth:google-auth-library-oauth2-http` | minor | `0.18.0` -> `0.19.0` | | `com.google.auto.value:auto-value` (jdk 1.8+) | minor | `1.6.6` -> `1.7` | | `com.google.auto.value:auto-value-annotations` | minor | `1.6.6` -> `1.7` | | [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) ([source](https://togithub.com/googleapis/gax-java)) | minor | `1.51.0` -> `1.52.0` | | [com.google.api:gax-grpc](https://togithub.com/googleapis/gax-java) ([source](https://togithub.com/googleapis/gax-java)) | minor | `1.51.0` -> `1.52.0` | | [com.google.cloud:google-cloud-core-grpc](https://togithub.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-core-grpc) | minor | `1.91.3` -> `1.92.0` | | [com.google.cloud:google-cloud-core](https://togithub.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-core) | minor | `1.91.3` -> `1.92.0` | **manually copied and merged from the following PRs** * deps: update gax.version to v1.52.0 #31 * deps: update google.core.version to v1.92.0 #35 * deps: update dependency com.google.auth:google-auth-library-oauth2-http to v0.19.0 #30 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ce1212a09..c63313da2 100644 --- a/pom.xml +++ b/pom.xml @@ -63,10 +63,10 @@ UTF-8 github google-cloud-bigquery-parent - 1.91.3 + 1.92.0 1.8.1 1.17.0 - 1.51.0 + 1.52.0 1.25.0 3.11.1 4.12 @@ -98,7 +98,7 @@ com.google.auth google-auth-library-oauth2-http - 0.18.0 + 0.19.0 org.checkerframework @@ -325,7 +325,7 @@ 1.7 - 1.6.6 + 1.7 1.4 @@ -336,7 +336,7 @@ [1.8,) - 1.6.6 + 1.7 ${auto-value.version}