From 3efdb17b9f5bbbf92ec2f0fbb812dc354be7c4cc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Oct 2022 03:49:33 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-core to v2.8.22 --- 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 e37030e34..e6594d138 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.8.21 + 2.8.22 tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index c1040af20..6dd1a1996 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -79,7 +79,7 @@ com.google.cloud google-cloud-core - 2.8.21 + 2.8.22 tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 8491cb11f..5c5f7d74c 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -94,7 +94,7 @@ com.google.cloud google-cloud-core - 2.8.21 + 2.8.22 tests From da1e85ab0301b09568f4dca146898ca3d60175da Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 20 Oct 2022 03:51:31 +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 98d7c7da5..34568bb40 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsub:1.120.21' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.22' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.21" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.22" ``` ## Authentication