From 3fe2d20813c5f09ecdb8e29407f4121abc0b04ff Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 27 Sep 2023 22:04:19 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-pubsub to v1.125.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 ca2e2c4b6..88b1e8e77 100644 --- a/google-cloud-pubsublite/pom.xml +++ b/google-cloud-pubsublite/pom.xml @@ -46,7 +46,7 @@ com.google.cloud google-cloud-pubsub - 1.125.2 + 1.125.3 com.google.api.grpc diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 87b2226cc..4bec6ef5d 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.125.2 + 1.125.3 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 3857c6d3b..e3828911c 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.125.2 + 1.125.3 From cd5286f3ac13bf25606a850e341594cae6956b35 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 27 Sep 2023 22:06:46 +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 276c3c33b..7743b9527 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.125.2 + 1.125.3 ```