Skip to content

Commit 75901e3

Browse files
chore: Update generation configuration at Sat Oct 4 02:24:31 UTC 2025 (#2239)
* chore: Update generation configuration at Thu Sep 25 02:29:21 UTC 2025 * chore: Update generation configuration at Sat Sep 27 02:24:05 UTC 2025 * chore: Update generation configuration at Tue Sep 30 02:25:54 UTC 2025 * chore: generate libraries at Tue Sep 30 02:26:32 UTC 2025 * chore: Update generation configuration at Wed Oct 1 02:31:59 UTC 2025 * chore: Update generation configuration at Thu Oct 2 02:27:17 UTC 2025 * chore: Update generation configuration at Fri Oct 3 02:26:42 UTC 2025 * chore: generate libraries at Fri Oct 3 02:27:20 UTC 2025 * chore: Update generation configuration at Sat Oct 4 02:24:31 UTC 2025
1 parent 35287b7 commit 75901e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [11, 17, 21, 24]
28+
java: [11, 17, 21, 25]
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-java@v4

.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/scripts@v2.62.2
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.62.3
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.68.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.69.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.2
2-
googleapis_commitish: 68bc915cb97cdd13347215377f2ca997dff245ad
3-
libraries_bom_version: 26.68.0
1+
gapic_generator_version: 2.62.3
2+
googleapis_commitish: 2193a2bfcecb92b92aad7a4d81baa428cafd7dfd
3+
libraries_bom_version: 26.69.0
44
libraries:
55
- api_shortname: firestore
66
name_pretty: Cloud Firestore

0 commit comments

Comments
 (0)