Skip to content

Commit c73139e

Browse files
chore: Update generation configuration at Thu Dec 4 02:36:21 UTC 2025 (#2616)
1 parent 99aca4f commit c73139e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.143.0</version>
46+
<version>1.143.1</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.71.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.72.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.64.1
2-
googleapis_commitish: 5342712986262b93211b136eb4bd6fb79b3764af
3-
libraries_bom_version: 26.71.0
2+
googleapis_commitish: 4667f02b64f2259ef21249b026ced7bb4351c632
3+
libraries_bom_version: 26.72.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

0 commit comments

Comments
 (0)