diff --git a/README.md b/README.md index e6b5f5fea..a2b026bb6 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.1' +implementation 'com.google.cloud:google-cloud-datastore:2.12.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.12.1" +libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.12.2" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 3c7dd0d83..666c1f936 100644 --- a/pom.xml +++ b/pom.xml @@ -197,7 +197,7 @@ org.easymock easymock - 5.0.0 + 5.0.1 test