Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit d00dc03

Browse files
chore: Update generation configuration at Mon Jul 28 15:28:47 UTC 2025 (#3053)
* chore: Update generation configuration at Wed Jul 23 23:41:45 UTC 2025 * chore: Update generation configuration at Thu Jul 24 18:11:01 UTC 2025 * chore: generate libraries at Thu Jul 24 18:11:31 UTC 2025 * chore: Update generation configuration at Fri Jul 25 02:39:39 UTC 2025 * chore: Update generation configuration at Fri Jul 25 13:58:09 UTC 2025 * chore: Update generation configuration at Sat Jul 26 02:36:42 UTC 2025 * chore: Update generation configuration at Mon Jul 28 15:28:47 UTC 2025 * chore: generate libraries at Mon Jul 28 15:29:18 UTC 2025
1 parent f75669b commit d00dc03

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/scripts/update_generation_config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -ex
2+
set -e
33
# This script should be run at the root of the repository.
44
# This script is used to update googleapis_commitish, gapic_generator_version,
55
# and libraries_bom_version in generation configuration at the time of running
@@ -174,4 +174,4 @@ if [ -z "${pr_num}" ]; then
174174
else
175175
git push
176176
gh pr edit "${pr_num}" --title "${title}" --body "${title}"
177-
fi
177+
fi

.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.59.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.60.2
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.github/workflows/update_generation_config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
schedule:
1919
- cron: '0 2 * * *'
2020
workflow_dispatch:
21+
2122
jobs:
2223
update-generation-config:
2324
runs-on: ubuntu-24.04
@@ -42,4 +43,5 @@ jobs:
4243
--base_branch "${base_branch}" \
4344
--repo ${{ github.repository }}
4445
env:
45-
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
46+
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
47+

README.md

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

5858
```Groovy
59-
implementation platform('com.google.cloud:libraries-bom:26.61.0')
59+
implementation platform('com.google.cloud:libraries-bom:26.64.0')
6060
6161
implementation 'com.google.cloud:google-cloud-bigquerystorage'
6262
```

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.59.0
2-
googleapis_commitish: 2a2ea87fcad7327e0afcfeaa84ec4d4b014f11a3
3-
libraries_bom_version: 26.61.0
1+
gapic_generator_version: 2.60.2
2+
googleapis_commitish: 6588689155df35bb46974c477505990f0034f569
3+
libraries_bom_version: 26.64.0
44
libraries:
55
- api_shortname: bigquerystorage
66
name_pretty: BigQuery Storage

0 commit comments

Comments
 (0)