Skip to content

Commit c02d304

Browse files
chore: Update generation configuration at Wed Sep 24 02:31:26 UTC 2025 (#2546)
* chore: Update generation configuration at Wed Sep 10 02:29:46 UTC 2025 * chore: Update generation configuration at Thu Sep 11 02:32:09 UTC 2025 * chore: Update generation configuration at Fri Sep 12 02:29:42 UTC 2025 * chore: Update generation configuration at Sat Sep 13 02:24:06 UTC 2025 * chore: generate libraries at Sat Sep 13 02:24:35 UTC 2025 * chore: Update generation configuration at Sun Sep 14 02:33:57 UTC 2025 * chore: Update generation configuration at Mon Sep 15 02:33:36 UTC 2025 * chore: generate libraries at Mon Sep 15 02:34:02 UTC 2025 * chore: Update generation configuration at Tue Sep 16 02:29:24 UTC 2025 * chore: Update generation configuration at Wed Sep 17 02:29:11 UTC 2025 * chore: Update generation configuration at Thu Sep 18 02:30:55 UTC 2025 * chore: Update generation configuration at Fri Sep 19 02:32:28 UTC 2025 * chore: generate libraries at Fri Sep 19 02:33:07 UTC 2025 * chore: Update generation configuration at Sat Sep 20 02:29:08 UTC 2025 * chore: Update generation configuration at Tue Sep 23 02:29:57 UTC 2025 * chore: generate libraries at Tue Sep 23 02:30:33 UTC 2025 * chore: Update generation configuration at Wed Sep 24 02:31:26 UTC 2025
1 parent 3f1d901 commit c02d304

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

.github/workflows/update_generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# the branch into which the pull request is merged
2727
base_branch: main
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.66.0</version>
22+
<version>26.68.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -43,15 +43,15 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.141.2</version>
46+
<version>1.141.4</version>
4747
</dependency>
4848

4949
```
5050

5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.67.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.68.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.62.1
2-
googleapis_commitish: 2585041b27d424ed4496d163671a95a7e1af4c31
3-
libraries_bom_version: 26.67.0
1+
gapic_generator_version: 2.62.2
2+
googleapis_commitish: d4a9eb5869a1698d8887a68dd17e5bda9ec802d3
3+
libraries_bom_version: 26.68.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,7 @@
9292
}
9393
],
9494
"semanticCommits": true,
95-
"dependencyDashboard": true
95+
"dependencyDashboard": true,
96+
"prConcurrentLimit": 0,
97+
"prHourlyLimit": 0
9698
}

0 commit comments

Comments
 (0)