From 37c4c50c23de77203853b74de9d69be3f213a776 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 17 Oct 2024 02:28:53 +0000 Subject: [PATCH] chore: generate libraries at Thu Oct 17 02:25:51 UTC 2024 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 302e40d44..13786bc54 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.48.0 + 26.49.0 pom import @@ -56,7 +56,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-bigquerystorage' ```