From cbf5305d0472bc9fbd8ae8275c440ddfff935921 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Feb 2023 21:29:40 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-bigquery to v2.23.0 --- pom.xml | 2 +- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- tutorials/JsonWriterDefaultStream/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f18f3f3a93..1483682124 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ com.google.cloud google-cloud-bigquery - 2.22.0 + 2.23.0 test diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index e2ccb3451a..80f01b0182 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -37,7 +37,7 @@ com.google.cloud google-cloud-bigquery - 2.22.0 + 2.23.0 org.apache.avro diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 94fdb0e069..99e139a132 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -36,7 +36,7 @@ com.google.cloud google-cloud-bigquery - 2.22.0 + 2.23.0 org.apache.avro diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 0fd8a5f583..46d96b769d 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -48,7 +48,7 @@ com.google.cloud google-cloud-bigquery - 2.22.0 + 2.23.0 org.apache.avro diff --git a/tutorials/JsonWriterDefaultStream/pom.xml b/tutorials/JsonWriterDefaultStream/pom.xml index cb44708ed4..6430bc5afd 100644 --- a/tutorials/JsonWriterDefaultStream/pom.xml +++ b/tutorials/JsonWriterDefaultStream/pom.xml @@ -24,7 +24,7 @@ com.google.cloud google-cloud-bigquery - 2.22.0 + 2.23.0 org.apache.avro From 59868fed24a93a03f71aa6e263308f0e1d2d11ab Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 22 Feb 2023 21:32:15 +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 ee2d3069f1..f5cfb3d99d 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.32.0' +implementation 'com.google.cloud:google-cloud-bigquerystorage:2.32.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.32.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.32.1" ``` ## Authentication