diff --git a/README.md b/README.md
index 7b1fe986..2d74261b 100644
--- a/README.md
+++ b/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-tasks
- 2.1.6
+ 2.1.7
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-tasks:2.1.6'
+implementation 'com.google.cloud:google-cloud-tasks:2.1.7'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.6"
+libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.7"
```
## Authentication
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index b022ca84..88e6a087 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -84,7 +84,7 @@
com.google.cloud
native-image-support
- 0.12.9
+ 0.12.10
org.junit.vintage