From 20f0bf8ae0a713551b7b1e3ccb9ddf1585f916a8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 11 Jun 2024 18:50:31 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-pubsub to v1.130.0 --- 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 aabfa0b3c..4790221f6 100644 --- a/google-cloud-pubsublite/pom.xml +++ b/google-cloud-pubsublite/pom.xml @@ -38,7 +38,7 @@ com.google.cloud google-cloud-pubsub - 1.129.6 + 1.130.0 com.google.api.grpc diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 57e4eb8fe..3d95bba10 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.129.6 + 1.130.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 1f57f1743..7e79cd78f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.129.6 + 1.130.0 From 0f27f701bd0f765d124666e8cdfe1c18011a3fe1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 11 Jun 2024 19:10:41 +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 d5b668399..41182c9a5 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.129.6 + 1.130.0 ```