Skip to content

Commit

Permalink
chore: Update generation configuration at Thu Jan 9 02:33:59 UTC 2025 (
Browse files Browse the repository at this point in the history
…#1705)

* chore: Update generation configuration at Thu Jan  9 02:33:59 UTC 2025

* chore: generate libraries at Thu Jan  9 02:34:46 UTC 2025
  • Loading branch information
cloud-java-bot authored Jan 9, 2025
1 parent 7f5c379 commit 90d8b30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/[email protected].0
- uses: googleapis/sdk-platform-java/.github/[email protected].1
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.51.0</version>
<version>26.52.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.25.0</version>
<version>2.25.1</version>
</dependency>

```
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.51.0
googleapis_commitish: 130b113520c1b3fffd90f67198681b5fe84de464
gapic_generator_version: 2.51.1
googleapis_commitish: 00196e2a68b16a864c57db2e870822875a7f1198
libraries_bom_version: 26.52.0
libraries:
- api_shortname: datastore
Expand Down

0 comments on commit 90d8b30

Please sign in to comment.