diff --git a/README.md b/README.md index 79d0d0170..4beb2ed6c 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datastore:2.12.3' +implementation 'com.google.cloud:google-cloud-datastore:2.12.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.12.3" +libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.12.4" ``` ## Authentication diff --git a/pom.xml b/pom.xml index e1aad1322..05045156a 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.5 + 3.0.6 pom import