From 7fabd7d8710b30eeeeecf4c7dd077c98ecfd9d53 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Jan 2023 16:49:12 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-pubsub to v1.123.0 --- 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 49c748d41..216348189 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.122.2 + 1.123.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index dc8c0ca6b..7bf48050f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.122.2 + 1.123.0 From 54900d4eddf72e626dd6dcdee8ed2c9706c98814 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 17 Jan 2023 16:51:12 +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 f1ff889d1..51697e90a 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.122.2 + 1.123.0 ```