From 10f8b86b0227d77b74a1bf7365ee9c2923fc6861 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Fri, 28 Oct 2022 11:33:35 -0400 Subject: [PATCH 1/3] Update pom.xml --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4811921708..58788cbd0f 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,6 @@ com.google.code.gson gson - 2.10 From f35b6bb6df2cbe86e3dff68fecf56c58654371be Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 28 Oct 2022 15:36:50 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d4d46fe72..096c6d9b7c 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigquery:2.17.1' +implementation 'com.google.cloud:google-cloud-bigquery:2.18.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.17.1" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.18.0" ``` ## Authentication From 9c682e15ee7805d779407279413955dbeb44090e Mon Sep 17 00:00:00 2001 From: Blake Li Date: Fri, 28 Oct 2022 12:00:10 -0400 Subject: [PATCH 3/3] Update pom.xml --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 58788cbd0f..884b93589d 100644 --- a/pom.xml +++ b/pom.xml @@ -127,12 +127,6 @@ ${google-api-services-bigquery.version} - - - com.google.code.gson - gson - - org.threeten