Skip to content

Commit 3460038

Browse files
chore: Update generation configuration at Wed Sep 24 17:56:16 UTC 2025 (googleapis#2237)
* chore: Update generation configuration at Wed Sep 24 17:56:16 UTC 2025 * chore: generate libraries at Wed Sep 24 17:56:52 UTC 2025
1 parent f1354dc commit 3460038

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/[email protected].1
40+
- uses: googleapis/sdk-platform-java/.github/[email protected].2
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies:
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.67.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.68.0')
5353
5454
implementation 'com.google.cloud:google-cloud-firestore'
5555
```

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: 9978d435df71bb16ecadd1e4421640748d0bf533
3-
libraries_bom_version: 26.67.0
1+
gapic_generator_version: 2.62.2
2+
googleapis_commitish: 68bc915cb97cdd13347215377f2ca997dff245ad
3+
libraries_bom_version: 26.68.0
44
libraries:
55
- api_shortname: firestore
66
name_pretty: Cloud Firestore

0 commit comments

Comments
 (0)