From 88888797b67a10b7a254248f4585f7821041740b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Sep 2022 17:12:20 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.protobuf:protobuf-java-util to v3.21.6 --- 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 3ebff3df9..3070b8d71 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -75,7 +75,7 @@ com.google.protobuf protobuf-java-util - 3.21.5 + 3.21.6 com.google.cloud diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 799082875..f6051959f 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -61,7 +61,7 @@ com.google.protobuf protobuf-java-util - 3.21.5 + 3.21.6 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 93263b5bd..32dbb8d85 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -76,7 +76,7 @@ com.google.protobuf protobuf-java-util - 3.21.5 + 3.21.6 From 2c167e5b890de7dafd6b5321d9485388e76f2336 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 14 Sep 2022 17:15:01 +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 cef62646e..be8661675 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.14' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.15' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.14" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.15" ``` ## Authentication