From 0b22f6b867b3080d276e784c35ca5f7de053cf1b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Feb 2022 08:31:10 +0000 Subject: [PATCH 1/2] deps: update dependency org.apache.arrow:arrow-vector to v7 --- 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 23225bc2a9..652951bb8b 100644 --- a/tutorials/JsonWriterDefaultStream/pom.xml +++ b/tutorials/JsonWriterDefaultStream/pom.xml @@ -34,7 +34,7 @@ org.apache.arrow arrow-vector - 6.0.1 + 7.0.0 org.apache.arrow From 7ce4288e9575c5f3632187054ce70023b1c97d89 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 9 Feb 2022 08:33:43 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= 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 2ed38f87b7..b70e2ca3cf 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.8.4' +implementation 'com.google.cloud:google-cloud-bigquerystorage:2.9.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.8.4" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.9.0" ``` ## Authentication