diff --git a/README.md b/README.md index 7e26c49f..49a565ea 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-recaptchaenterprise' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.0.2' +implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.0.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.3" ``` ## Authentication