From 3cb8ed078ff2c5a65f11304b553a76ddb736b09c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Feb 2023 23:15:32 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-pubsub to v1.123.2 --- 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 a13414674..e01c9cc79 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.123.1 + 1.123.2 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 613553dd7..1ce6a6b24 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.123.1 + 1.123.2 From 7f00ed24167212e6b53b27d4df35c9c56a02d049 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 6 Feb 2023 23:18:06 +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 4fcd65606..88d9ddc48 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-pubsub - 1.123.1 + 1.123.2 ```