Skip to content

Commit 224b137

Browse files
chore: Update generation configuration at Thu Sep 19 02:21:53 UTC 2024 (#1573)
* chore: Update generation configuration at Thu Sep 12 02:19:58 UTC 2024 * chore: generate libraries at Thu Sep 12 02:20:21 UTC 2024 * chore: Update generation configuration at Fri Sep 13 02:20:43 UTC 2024 * chore: Update generation configuration at Sat Sep 14 02:18:54 UTC 2024 * chore: Update generation configuration at Mon Sep 16 02:25:16 UTC 2024 * chore: Update generation configuration at Tue Sep 17 02:08:30 UTC 2024 * chore: Update generation configuration at Wed Sep 18 02:20:33 UTC 2024 * chore: Update generation configuration at Thu Sep 19 02:21:53 UTC 2024 * chore: generate libraries at Thu Sep 19 02:22:20 UTC 2024
1 parent 3e9bf50 commit 224b137

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-datastore</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.21.2</version>
4646
</dependency>
4747

4848
```
4949

5050
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.45.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.46.0')
5454
5555
implementation 'com.google.cloud:google-cloud-datastore'
5656
```
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-datastore:2.21.2'
60+
implementation 'com.google.cloud:google-cloud-datastore:2.21.3'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.21.2"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.21.3"
6767
```
6868
<!-- {x-version-update-end} -->
6969

@@ -479,7 +479,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
479479
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-datastore/java11.html
480480
[stability-image]: https://img.shields.io/badge/stability-stable-green
481481
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg
482-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.21.2
482+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.21.3
483483
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
484484
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
485485
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

generation_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.45.0
2-
googleapis_commitish: 41cd9dba9e88f707a663d6686148ae3dc24116b8
3-
libraries_bom_version: 26.45.0
2+
googleapis_commitish: 607c2ae82620153880a66898bcbf0a46d38d7d10
3+
libraries_bom_version: 26.46.0
44
libraries:
55
- api_shortname: datastore
66
name_pretty: Cloud Datastore

0 commit comments

Comments
 (0)