diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md
index 3893b4189285..e0375fac7835 100644
--- a/java-recaptchaenterprise/README.md
+++ b/java-recaptchaenterprise/README.md
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.0.0
+ 26.1.0
pom
import
@@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:26.0.0')
+implementation platform('com.google.cloud:libraries-bom:26.1.0')
implementation 'com.google.cloud:google-cloud-recaptchaenterprise'
```
diff --git a/java-recaptchaenterprise/samples/snippets/cloud-client/src/pom.xml b/java-recaptchaenterprise/samples/snippets/cloud-client/src/pom.xml
index 06db21549719..1cf9fd1fc2d5 100644
--- a/java-recaptchaenterprise/samples/snippets/cloud-client/src/pom.xml
+++ b/java-recaptchaenterprise/samples/snippets/cloud-client/src/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
libraries-bom
- 26.0.0
+ 26.1.0
pom
import
diff --git a/java-recaptchaenterprise/samples/snippets/pom.xml b/java-recaptchaenterprise/samples/snippets/pom.xml
index 1232aa97a180..bf3e229ebbbe 100644
--- a/java-recaptchaenterprise/samples/snippets/pom.xml
+++ b/java-recaptchaenterprise/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.0.0
+ 26.1.0
pom
import