From 40743459dc4c4857fd2398dcb5ae3b1f21ba7992 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 Oct 2022 12:32:16 +0000 Subject: [PATCH 1/2] deps: update dependency org.apache.arrow:arrow-vector to v10 --- tutorials/JsonWriterDefaultStream/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/JsonWriterDefaultStream/pom.xml b/tutorials/JsonWriterDefaultStream/pom.xml index b6f8b395f5..bd9aa04365 100644 --- a/tutorials/JsonWriterDefaultStream/pom.xml +++ b/tutorials/JsonWriterDefaultStream/pom.xml @@ -34,7 +34,7 @@ org.apache.arrow arrow-vector - 9.0.0 + 10.0.0 org.apache.arrow From d33731a7cf9f4bb4f540add47a3c0b063ac3a3f6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 26 Oct 2022 12:34:52 +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