From 4e17c34880d0498d2bd891ea7caa8fe095054016 Mon Sep 17 00:00:00 2001
From: cloud-java-bot <122572305+cloud-java-bot@users.noreply.github.com>
Date: Wed, 10 Jul 2024 16:44:54 -0400
Subject: [PATCH] chore: Update generation configuration at Wed Jul 10 02:17:03
UTC 2024 (#2109)
* chore: Update generation configuration at Tue Jul 9 02:17:13 UTC 2024
* chore: Update generation configuration at Wed Jul 10 02:17:03 UTC 2024
* chore: generate libraries at Wed Jul 10 02:17:23 UTC 2024
---
README.md | 4 ++--
generation_config.yaml | 4 ++--
renovate.json | 4 ++--
3 files changed, 6 insertions(+), 6 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/generation_config.yaml b/generation_config.yaml
index 7f9f93bd9..c644dddde 100644
--- a/generation_config.yaml
+++ b/generation_config.yaml
@@ -1,6 +1,6 @@
gapic_generator_version: 2.42.0
-googleapis_commitish: 7976ffadc0f21ee9149708c0c97ef000e15de1eb
-libraries_bom_version: 26.42.0
+googleapis_commitish: 3ce84c2ca3f3e453e62bbb9bffb62f3f8ec3f016
+libraries_bom_version: 26.43.0
libraries:
- api_shortname: pubsub
name_pretty: Cloud Pub/Sub
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",