From 26abf9174476fc56eb472d621bfacc0d13226893 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Fri, 4 Oct 2024 02:30:00 +0000 Subject: [PATCH] chore: generate libraries at Fri Oct 4 02:27:14 UTC 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 746c66da6..4e295b16a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.47.0') +implementation platform('com.google.cloud:libraries-bom:26.48.0') implementation 'com.google.cloud:google-cloud-pubsub' ```