From ce19dff1f212a59a7ff62afca2c30b6395d272a8 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 17 Oct 2024 02:29:58 +0000 Subject: [PATCH] chore: generate libraries at Thu Oct 17 02:27:22 UTC 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f84975ae..5f4d18613 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,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.48.0') +implementation platform('com.google.cloud:libraries-bom:26.49.0') implementation 'com.google.cloud:google-cloud-pubsub' ```