diff --git a/README.md b/README.md
index 08fd04cd5cc..7ff409e1e38 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
libraries-bom
- 24.0.0
+ 24.1.0
pom
import
@@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
-implementation platform('com.google.cloud:libraries-bom:24.0.0')
+implementation platform('com.google.cloud:libraries-bom:24.1.0')
implementation 'com.google.cloud:google-cloud-spanner'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-spanner:6.17.0'
+implementation 'com.google.cloud:google-cloud-spanner:6.17.1'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.17.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.17.1"
```
## Authentication
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index b5b212339a6..85748c58433 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -33,7 +33,7 @@
com.google.cloud
libraries-bom
- 24.0.0
+ 24.1.0
pom
import