From 1a121a35a318f7ccb357bfd814ab0a7d2f469c90 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 25 Mar 2026 02:57:00 +0000 Subject: [PATCH 1/2] chore: Update generation configuration at Wed Mar 25 02:56:54 UTC 2026 --- generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation_config.yaml b/generation_config.yaml index 8f50120c6f..2a180342cf 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.68.0 -googleapis_commitish: f2cee572a7353ba94d0be161b15416ed5a37db56 +googleapis_commitish: 59d5f2b46924714af627ac29ea6de78641a00835 libraries_bom_version: 26.78.0 libraries: - api_shortname: storage From 66af8c7874b6ca028c9e2ca46cf1b2505cb8db5a Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 25 Mar 2026 03:00:16 +0000 Subject: [PATCH 2/2] chore: generate libraries at Wed Mar 25 02:57:26 UTC 2026 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09e37772c1..449e8374cc 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.76.0 + 26.78.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.63.0 + 2.64.0 com.google.cloud google-cloud-storage-control - 2.63.0 + 2.64.0 ```