From 978e120cfe0484c7791278d86788077dafc2ed39 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jun 2023 20:07:28 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-pubsub to v1.123.14 --- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 72edb3b99..a77be7a80 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.123.13 + 1.123.14 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 699e29538..f12817729 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.123.13 + 1.123.14 From 59c7819ce32d96433015c849583590945fd87a40 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 12 Jun 2023 21:28:22 +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 04cbfc274..c95881b46 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-pubsub - 1.123.13 + 1.123.14 ```