From ccb97821e68ab9e4283b83fae30ef1a01a43e05d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Aug 2022 04:53:22 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.120.11 --- samples/install-without-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 45bf18729..20f59f4b0 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-pubsub - 1.120.10 + 1.120.11 From 570237afd95583463fa69a2275f14005cb251ee2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 6 Aug 2022 04:55:41 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c86b99f2f..4129709cb 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-pubsub - 1.120.10 + 1.120.11 ``` @@ -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.10' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.11' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.10" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.11" ``` ## Authentication