From d18076eb401fda485bc1caef5fb2933cb23c400a Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Sat, 22 Mar 2025 02:25:26 +0000 Subject: [PATCH 1/2] chore: Update generation configuration at Sat Mar 22 02:25:13 UTC 2025 --- generation_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generation_config.yaml b/generation_config.yaml index af8e3178b8..0a96e86802 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ gapic_generator_version: 2.55.1 -googleapis_commitish: 6155d42e99f45ebf53100d492852be1561916137 -libraries_bom_version: 26.56.0 +googleapis_commitish: 53ca65d540dd1a7cb4746687daa87208dc9ea437 +libraries_bom_version: 26.57.0 libraries: - api_shortname: storage name_pretty: Cloud Storage From ea6938bd40036ad42830392d4d9df89ded6cd7bc Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Sat, 22 Mar 2025 02:27:39 +0000 Subject: [PATCH 2/2] chore: generate libraries at Sat Mar 22 02:25:55 UTC 2025 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da4f227d54..f6609eb1c3 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.56.0 + 26.57.0 pom import @@ -59,7 +59,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.56.0') +implementation platform('com.google.cloud:libraries-bom:26.57.0') implementation 'com.google.cloud:google-cloud-storage' ```