diff --git a/README.md b/README.md
index e3f70136a..8cee83bb5 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.9.1'
+implementation 'com.google.cloud:google-cloud-datastore:2.10.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.9.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.10.0"
```
## Authentication
diff --git a/google-cloud-datastore-bom/pom.xml b/google-cloud-datastore-bom/pom.xml
index 6b0d93231..e3b1a2bbf 100644
--- a/google-cloud-datastore-bom/pom.xml
+++ b/google-cloud-datastore-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1
Google Cloud datastore BOM
diff --git a/pom.xml b/pom.xml
index ad2ff8b94..40df7aafe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1