From 483d7f790e140e6aa4c1eb8e558d13fbcf07f081 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 29 Jan 2025 00:26:59 +0000 Subject: [PATCH 1/2] chore: Update generation configuration at Wed Jan 29 00:26:49 UTC 2025 --- generation_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generation_config.yaml b/generation_config.yaml index 118f02702..344b20a48 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ -gapic_generator_version: 2.51.1 -googleapis_commitish: d5cc1cd738a66bb7104162bcb35ebd539c658415 -libraries_bom_version: 26.52.0 +gapic_generator_version: 2.52.0 +googleapis_commitish: 280725e991516d4a0f136268faf5aa6d32d21b54 +libraries_bom_version: 26.53.0 libraries: - api_shortname: logging name_pretty: Cloud Logging From f82b540efa2031883b2abf0d74a85de2c0fd7a67 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 29 Jan 2025 00:28:57 +0000 Subject: [PATCH 2/2] chore: generate libraries at Wed Jan 29 00:27:29 UTC 2025 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7d8440d1..dc6c2f81e 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.52.0 + 26.53.0 pom import @@ -51,7 +51,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.52.0') +implementation platform('com.google.cloud:libraries-bom:26.53.0') implementation 'com.google.cloud:google-cloud-logging' ```