@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
41
41
<dependency >
42
42
<groupId >com.google.cloud</groupId >
43
43
<artifactId >google-cloud-datastore</artifactId >
44
- <version >2.14.0 </version >
44
+ <version >2.14.1 </version >
45
45
</dependency >
46
46
47
47
```
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
56
56
If you are using Gradle without BOM, add this to your dependencies:
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-datastore:2.14.0 '
59
+ implementation 'com.google.cloud:google-cloud-datastore:2.14.1 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies:
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 2.14.0 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 2.14.1 "
66
66
```
67
67
<!-- {x-version-update-end} -->
68
68
@@ -368,7 +368,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
368
368
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-datastore/java11.html
369
369
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
370
370
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg
371
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.14.0
371
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.14.1
372
372
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
373
373
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
374
374
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments