From 1cd277a74e18db5f02cff03933b4a93234122f2f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 May 2022 19:32:16 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-bigquery to v2.12.0 --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 45b5e5de1..d4b7ced58 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -47,7 +47,7 @@ com.google.cloud google-cloud-bigquery - 2.11.2 + 2.12.0 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index a10e18fe1..50d1c7d75 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -46,7 +46,7 @@ com.google.cloud google-cloud-bigquery - 2.11.2 + 2.12.0 test From bbf6c9a8767412d6a3a380c0d2d156d1b53c24fe Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 25 May 2022 19:34:35 +0000 Subject: [PATCH 2/2] =?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 d6be825d8..776a8604d 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-asset' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-asset:3.2.17' +implementation 'com.google.cloud:google-cloud-asset:3.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.2.17" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.3.0" ``` ## Authentication