Skip to content

Commit 6f7d7c1

Browse files
chore: Update generation configuration at Tue Feb 25 02:24:23 UTC 2025 (#1764)
* chore: Update generation configuration at Tue Feb 25 02:24:23 UTC 2025 * chore: generate libraries at Tue Feb 25 02:24:58 UTC 2025
1 parent a573815 commit 6f7d7c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.54.0</version>
22+
<version>26.55.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,15 +41,15 @@ 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.26.2</version>
44+
<version>2.26.3</version>
4545
</dependency>
4646

4747
```
4848

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.54.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.55.0')
5353
5454
implementation 'com.google.cloud:google-cloud-datastore'
5555
```

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.53.0
2-
googleapis_commitish: caac3b8802186510a881d9ae26e6a09c5d800936
3-
libraries_bom_version: 26.54.0
2+
googleapis_commitish: 6bc8e91bf92cc985da5ed0c227b48f12315cb695
3+
libraries_bom_version: 26.55.0
44
libraries:
55
- api_shortname: datastore
66
name_pretty: Cloud Datastore

0 commit comments

Comments
 (0)