From 3999a75cd56f2b8b1a63b05374b55c4c87ee6d54 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Feb 2023 17:58:05 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-core to v2.11.0 --- 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 a03d8dd33..b764f71d3 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -80,7 +80,7 @@ com.google.cloud google-cloud-core - 2.10.0 + 2.11.0 tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index d330274ab..8888a0389 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -79,7 +79,7 @@ com.google.cloud google-cloud-core - 2.10.0 + 2.11.0 tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 223c6ca70..73fd6a08b 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -94,7 +94,7 @@ com.google.cloud google-cloud-core - 2.10.0 + 2.11.0 tests From 79b7c7f2f6a6d0ebff9c36a80d5b3a4d0ae63de7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 21 Feb 2023 18:01:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abc55873..1170e921e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,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:26.7.0') +implementation platform('com.google.cloud:libraries-bom:26.8.0') implementation 'com.google.cloud:google-cloud-pubsub' ```