Skip to content

Commit 90d8b30

Browse files
chore: Update generation configuration at Thu Jan 9 02:33:59 UTC 2025 (#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
1 parent 7f5c379 commit 90d8b30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/hermetic_library_generation.yaml

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

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.51.0</version>
22+
<version>26.52.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datastore</artifactId>
44-
<version>2.25.0</version>
44+
<version>2.25.1</version>
4545
</dependency>
4646

4747
```

generation_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.51.0
2-
googleapis_commitish: 130b113520c1b3fffd90f67198681b5fe84de464
1+
gapic_generator_version: 2.51.1
2+
googleapis_commitish: 00196e2a68b16a864c57db2e870822875a7f1198
33
libraries_bom_version: 26.52.0
44
libraries:
55
- api_shortname: datastore

0 commit comments

Comments
 (0)