diff --git a/README.md b/README.md index d2b7ad58..7b1fe986 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.5 + 2.1.6 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-tasks:2.1.5' +implementation 'com.google.cloud:google-cloud-tasks:2.1.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.5" +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.6" ``` ## Authentication diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 017bddf6..7821134a 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.7 + 0.12.8 org.junit.vintage