From 7cef634e370981419c98fb6df4fc99961428fbeb Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 25 Feb 2025 02:24:31 +0000 Subject: [PATCH 1/2] chore: Update generation configuration at Tue Feb 25 02:24:23 UTC 2025 --- generation_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generation_config.yaml b/generation_config.yaml index 77b25623c..f1f949c50 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ gapic_generator_version: 2.53.0 -googleapis_commitish: caac3b8802186510a881d9ae26e6a09c5d800936 -libraries_bom_version: 26.54.0 +googleapis_commitish: 6bc8e91bf92cc985da5ed0c227b48f12315cb695 +libraries_bom_version: 26.55.0 libraries: - api_shortname: datastore name_pretty: Cloud Datastore From 5fb272ad17f0ff06c35ff6e5def95cd5618b7d0a Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 25 Feb 2025 02:26:33 +0000 Subject: [PATCH 2/2] chore: generate libraries at Tue Feb 25 02:24:58 UTC 2025 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7162f7d5a..c4dd2f360 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.54.0 + 26.55.0 pom import @@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-datastore - 2.26.2 + 2.26.3 ``` @@ -49,7 +49,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.54.0') +implementation platform('com.google.cloud:libraries-bom:26.55.0') implementation 'com.google.cloud:google-cloud-datastore' ```