diff --git a/README.md b/README.md index 2f4cf1dd..c2d78d8f 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.2.2' +implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.2.2" +libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.2.3" ``` ## Authentication diff --git a/pom.xml b/pom.xml index dca1a69a..ebaf94a0 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.2 + 3.0.3 pom import