From b1882e15a791683344712f3e4b5f4009ac3c6b27 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 6 Mar 2024 18:02:11 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-pubsub to v1.127.1 --- google-cloud-pubsublite/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/google-cloud-pubsublite/pom.xml b/google-cloud-pubsublite/pom.xml index 98e03759a..0fe960cb5 100644 --- a/google-cloud-pubsublite/pom.xml +++ b/google-cloud-pubsublite/pom.xml @@ -38,7 +38,7 @@ com.google.cloud google-cloud-pubsub - 1.126.6 + 1.127.1 com.google.api.grpc diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index a73d87689..425ae062b 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.126.6 + 1.127.1 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 1463615e5..acec40c8f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.126.6 + 1.127.1 From bb12a3a35f7561146329be05ea10413cc0044e73 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 6 Mar 2024 18:04:37 +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 f311f1c1a..e54813d4f 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.126.6 + 1.127.1 ```