From d59cdceb18c6be96a13ccdc444439eb2c9c0aecb Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 8 Feb 2024 17:01:53 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-pubsub to v1.126.3 --- 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 ff0d67ea1..36aae28ee 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.2 + 1.126.3 com.google.api.grpc diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 06ede50eb..c3c5793e0 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.126.2 + 1.126.3 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index c62c0333a..b85b07880 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.126.2 + 1.126.3 From e65012e409980d66a18eb8351e5fe1f4cd8c9e9a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 8 Feb 2024 17:04:49 +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 92255e6e4..af22dbdb4 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.2 + 1.126.3 ```