From c07ebb93153ae0eded7202559616998ad55e4da9 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Sat, 2 Nov 2024 02:25:34 +0000 Subject: [PATCH] chore: generate libraries at Sat Nov 2 02:23:00 UTC 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 161315d08..d5ac5881b 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.49.0') +implementation platform('com.google.cloud:libraries-bom:26.50.0') implementation 'com.google.cloud:google-cloud-logging' ```