From 9ef7cfe9892d92ad45a12f8dcf59aedec484dd16 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Fri, 4 Oct 2024 02:27:08 +0000 Subject: [PATCH] chore: generate libraries at Fri Oct 4 02:24:19 UTC 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e5f3633eb..115cc890a2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,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-storage' ```