diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md
index a0edc7ad6bf8..a46b241e97fc 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.11
+ 3.0.12
```
@@ -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.11'
+implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.0.12'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.11"
+libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.12"
```
## Authentication
diff --git a/java-recaptchaenterprise/samples/install-without-bom/pom.xml b/java-recaptchaenterprise/samples/install-without-bom/pom.xml
index d4297e6b0585..904803a46e52 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.11
+ 3.0.12