Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 0cd0586

Browse files
chore: generate libraries at Wed Jan 14 22:22:23 UTC 2026
1 parent 523833e commit 0cd0586

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-datastore:2.33.1'
59+
implementation 'com.google.cloud:google-cloud-datastore:2.33.2'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.33.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.33.2"
6666
```
6767

6868
## Authentication
@@ -474,7 +474,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
474474
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/history
475475
[stability-image]: https://img.shields.io/badge/stability-stable-green
476476
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg
477-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.33.1
477+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.33.2
478478
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
479479
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
480480
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)