diff --git a/README.md b/README.md index e3c1d3c1e..1c2ff9a59 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.2.7' +implementation 'com.google.cloud:google-cloud-datastore:2.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.2.7" +libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.2.8" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 445f72e04..bd9b68b7d 100644 --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.0 + 3.10.1 UTF-8 true