From 9d6f0b85fbb167c5f1cae05fcaff2cf6cfadfe2f Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 5 Nov 2024 02:22:32 +0000 Subject: [PATCH 1/2] chore: Update generation configuration at Tue Nov 5 02:22:24 UTC 2024 --- generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation_config.yaml b/generation_config.yaml index a370f1961..ec3f32594 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.49.0 -googleapis_commitish: 9b94dba2f7f4b601f8232bc3a3f6ef32665279b9 +googleapis_commitish: 1f2e5aab4f95b9bd38dd1ac8c7486657f93c1975 libraries_bom_version: 26.50.0 libraries: - api_shortname: datastore From b021d0b95db2965f12f308b564a07823da889d56 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 5 Nov 2024 02:25:39 +0000 Subject: [PATCH 2/2] chore: generate libraries at Tue Nov 5 02:23:04 UTC 2024 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78621b205..5618dd688 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.47.0 + 26.50.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.22.0 + 2.24.1 ```