From 514acf3eca591fab529b2fa1c3700dc03a47bd0f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 Oct 2022 12:32:10 +0000 Subject: [PATCH 1/2] deps: update dependency org.apache.arrow:arrow-memory-netty 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..25d4e83a43 100644 --- a/tutorials/JsonWriterDefaultStream/pom.xml +++ b/tutorials/JsonWriterDefaultStream/pom.xml @@ -39,7 +39,7 @@ org.apache.arrow arrow-memory-netty - 9.0.0 + 10.0.0 From c62efda5c1f160987cdaae22477bef1e3937583b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 26 Oct 2022 12:34:48 +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