From 297f1613642d309b90a0ff6de7405957b9388227 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Thu, 7 Aug 2025 15:47:07 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62378f340..fde5cae0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Google Cloud Pub/Sub Client for Java + + Java idiomatic client for [Cloud Pub/Sub][product-docs]. [![Maven][maven-version-image]][maven-version-link] From 86ed930ab442a6d3d3b2003ee8ecd8fec9be22eb Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 7 Aug 2025 19:49:28 +0000 Subject: [PATCH 2/2] chore: generate libraries at Thu Aug 7 19:47:34 UTC 2025 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fde5cae0b..cde790fe0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Google Cloud Pub/Sub Client for Java - - Java idiomatic client for [Cloud Pub/Sub][product-docs]. [![Maven][maven-version-image]][maven-version-link] @@ -45,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-pubsub - 1.141.1 + 1.141.2 ```