From 3be0b9ff7b0e7000357a65ba81e70988d6db78c0 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Fri, 6 Dec 2024 02:31:45 +0000 Subject: [PATCH] chore: generate libraries at Fri Dec 6 02:29:58 UTC 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 111bc7245..61049e305 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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.50.0') +implementation platform('com.google.cloud:libraries-bom:26.51.0') implementation 'com.google.cloud:google-cloud-bigtable' ```