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/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 1b7a1cfdb..43dc18cbf 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -80,7 +80,7 @@
com.google.cloud
native-image-support
- 0.12.9
+ 0.12.10
org.junit.vintage