From 7f0a0a50a0fe4c9cecafbaa4f068448c423ed38a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Feb 2022 17:58:41 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-core to v2.5.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 f0f95d297..8658f1d00 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.4.0 + 2.5.0 tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index e369e6098..193b300c2 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -79,7 +79,7 @@ com.google.cloud google-cloud-core - 2.4.0 + 2.5.0 tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index b09c4ff09..8dd7d36bb 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -90,7 +90,7 @@ com.google.cloud google-cloud-core - 2.4.0 + 2.5.0 tests From bc9d8fdac9e5da426a6af324e062b036fbd90fb7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 4 Feb 2022 18:00:31 +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 f3a75ec58..6ab7118fe 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.115.1' +implementation 'com.google.cloud:google-cloud-pubsub:1.115.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.115.1" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.115.2" ``` ## Authentication