From 9ab6eef2f9d7e4e3f4ba328c3d2715f336adb7be Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Fri, 20 Sep 2024 02:26:04 +0000 Subject: [PATCH] chore: generate libraries at Fri Sep 20 02:23:33 UTC 2024 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc150e0a..85538c5da 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.45.0 + 26.47.0 pom import @@ -57,7 +57,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.46.0') +implementation platform('com.google.cloud:libraries-bom:26.47.0') implementation 'com.google.cloud:google-cloud-bigquerystorage' ```