From 8deed845bfb23a2b7b6ca05d1b81fb2b243f8d84 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 9 Jul 2024 02:17:18 +0000 Subject: [PATCH 1/3] chore: Update generation configuration at Tue Jul 9 02:17:13 UTC 2024 --- generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation_config.yaml b/generation_config.yaml index 7f9f93bd9..a0fadc971 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.42.0 -googleapis_commitish: 7976ffadc0f21ee9149708c0c97ef000e15de1eb +googleapis_commitish: a3528c3c840f3382747a64e8ede3b2e974053d7f libraries_bom_version: 26.42.0 libraries: - api_shortname: pubsub From c29fed1e91858aa26e1275a3b1a989ce55f7eb6e Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 10 Jul 2024 02:17:08 +0000 Subject: [PATCH 2/3] chore: Update generation configuration at Wed Jul 10 02:17:03 UTC 2024 --- generation_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generation_config.yaml b/generation_config.yaml index a0fadc971..c644dddde 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ gapic_generator_version: 2.42.0 -googleapis_commitish: a3528c3c840f3382747a64e8ede3b2e974053d7f -libraries_bom_version: 26.42.0 +googleapis_commitish: 3ce84c2ca3f3e453e62bbb9bffb62f3f8ec3f016 +libraries_bom_version: 26.43.0 libraries: - api_shortname: pubsub name_pretty: Cloud Pub/Sub From f2b1129389723ca260428acf5df06d419bf83ac0 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 10 Jul 2024 02:19:33 +0000 Subject: [PATCH 3/3] chore: generate libraries at Wed Jul 10 02:17:23 UTC 2024 --- README.md | 4 ++-- renovate.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b446529b4..6166c7893 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.42.0 + 26.43.0 pom import @@ -52,7 +52,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.42.0') +implementation platform('com.google.cloud:libraries-bom:26.43.0') implementation 'com.google.cloud:google-cloud-pubsub' ``` diff --git a/renovate.json b/renovate.json index 58c97664e..df71c3b5a 100644 --- a/renovate.json +++ b/renovate.json @@ -20,7 +20,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ + "fileMatch": [ "^.kokoro/presubmit/graalvm-native.*.cfg$" ], "matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?.*?)\""], @@ -30,7 +30,7 @@ { "customType": "regex", "fileMatch": [ - "^.github/workflows/unmanaged_dependency_check.yaml$" + "^.github/workflows/unmanaged_dependency_check.yaml$" ], "matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?.+?)\\n"], "depNameTemplate": "com.google.cloud:sdk-platform-java-config",