diff --git a/README.md b/README.md index d02caedd..bc513cc6 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-websecurityscanner' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-websecurityscanner:2.0.10' +implementation 'com.google.cloud:google-cloud-websecurityscanner:2.0.11' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.0.10" +libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.0.11" ``` ## Authentication diff --git a/samples/pom.xml b/samples/pom.xml index 1c79aa6b..102800d9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -46,7 +46,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.9 true