From 71b93697350f50e607a14ad7232824dcdde3ee95 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 Oct 2022 12:31:46 +0000 Subject: [PATCH 1/2] deps: update arrow.version to v10 --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 32df5b54cd..ded856cd7c 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -21,7 +21,7 @@ 1.8 1.8 UTF-8 - 9.0.0 + 10.0.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 9270e3875b..44bcf7aa00 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -21,7 +21,7 @@ 1.8 1.8 UTF-8 - 9.0.0 + 10.0.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 1ecaff7af2..1a76b6e47a 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -21,7 +21,7 @@ 1.8 1.8 UTF-8 - 9.0.0 + 10.0.0 From a3ce32c2ad86c7c5bd2bb45f7fc97e60895be4a9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 26 Oct 2022 12:34:36 +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 ad0cfda94f..bf3f46b9e8 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigquerystorage:2.23.1' +implementation 'com.google.cloud:google-cloud-bigquerystorage:2.24.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.23.1" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.24.0" ``` ## Authentication