From eb6611826688908856034236249230c2a0d2518d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Mar 2022 15:12:33 +0000 Subject: [PATCH 1/3] deps: update dependency com.google.cloud:google-cloud-bigtable to v2.6.1 --- 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 2300e2a25..9e8ce7401 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -63,7 +63,7 @@ com.google.cloud google-cloud-bigtable - 2.6.0 + 2.6.1 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 679a50f34..3b220532b 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -61,7 +61,7 @@ com.google.cloud google-cloud-bigtable - 2.6.0 + 2.6.1 test diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 186e4a656..0a2807dd0 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -79,7 +79,7 @@ com.google.cloud google-cloud-bigtable - 2.6.0 + 2.6.1 test From b3bda9fd742d87900e8499a101459e4898bc5594 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 30 Mar 2022 15:14:47 +0000 Subject: [PATCH 2/3] =?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 818b92291..1018faaa9 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-bigquery:2.10.3' +implementation 'com.google.cloud:google-cloud-bigquery:2.10.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.10.3" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.10.4" ``` ## Authentication From 1922a03a4adfdc6f1815d81a5dec318086f6ab57 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 31 Mar 2022 20:13:41 +0000 Subject: [PATCH 3/3] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1018faaa9..896ffe7d1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:25.0.0') +implementation platform('com.google.cloud:libraries-bom:25.1.0') implementation 'com.google.cloud:google-cloud-bigquery' ```