Skip to content

Commit 7992af0

Browse files
chore: Update generation configuration at Mon Mar 17 19:47:33 UTC 2025 (#2527)
* chore: Update generation configuration at Mon Mar 17 19:47:33 UTC 2025 * chore: generate libraries at Mon Mar 17 19:48:10 UTC 2025
1 parent b453f28 commit 7992af0

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/scripts@v2.54.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.55.1
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.51.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.56.0')
5353
5454
implementation 'com.google.cloud:google-cloud-bigtable'
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.54.0
2-
googleapis_commitish: 4ce00b00904a7ce1df8c157e54fcbf96fda0dc49
3-
libraries_bom_version: 26.51.0
1+
gapic_generator_version: 2.55.1
2+
googleapis_commitish: 9ec67d424cd823b06c1b974d67df9ecb6e36edcd
3+
libraries_bom_version: 26.56.0
44
template_excludes:
55
- .gitignore
66
- .kokoro/presubmit/integration.cfg

0 commit comments

Comments
 (0)