From 970535e94d4248b2e340bd62eb33d771758a611f Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 6 Aug 2025 02:42:13 +0000 Subject: [PATCH 1/2] chore: Update generation configuration at Wed Aug 6 02:42:05 UTC 2025 --- generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation_config.yaml b/generation_config.yaml index eb49ac610b..b9b47f9fd8 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.61.0 -googleapis_commitish: 8c74a4f9ad52cfd7a7d1f6427fa0a0511377a395 +googleapis_commitish: 09f2446e4a30d6d79dff93e14bbc992b855ebaaf libraries_bom_version: 26.65.0 libraries: - api_shortname: storage From ae3fde5d0d99b835237fcc497cf3b84f6cf6cf73 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 6 Aug 2025 02:45:12 +0000 Subject: [PATCH 2/2] chore: generate libraries at Wed Aug 6 02:42:36 UTC 2025 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc7c69c1a0..d2c1a24ef2 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.64.0 + 26.65.0 pom import @@ -46,12 +46,12 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 2.53.3 + 2.54.0 com.google.cloud google-cloud-storage-control - 2.53.3 + 2.54.0 ```