From f65cf6f5fffe4a72673448d7b6ea9017f267e905 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 17 Oct 2024 02:27:00 +0000 Subject: [PATCH] chore: generate libraries at Thu Oct 17 02:24:23 UTC 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea6d2c42..fa2469173 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-logging' ```