diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md index 26a6af3c11e0..6cc935278a4b 100644 --- a/java-recaptchaenterprise/README.md +++ b/java-recaptchaenterprise/README.md @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-recaptchaenterprise - 3.0.6 + 3.0.7 ``` @@ -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.6' +implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.0.7' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.6" +libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.7" ``` ## Authentication diff --git a/java-recaptchaenterprise/samples/install-without-bom/pom.xml b/java-recaptchaenterprise/samples/install-without-bom/pom.xml index 2246a078c4b1..03f037e7bbf7 100644 --- a/java-recaptchaenterprise/samples/install-without-bom/pom.xml +++ b/java-recaptchaenterprise/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-recaptchaenterprise - 3.0.6 + 3.0.7