diff --git a/java-dlp/README.md b/java-dlp/README.md
index 9c15b07045fe..76550c4f6802 100644
--- a/java-dlp/README.md
+++ b/java-dlp/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.1.0
+ 26.1.1
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.1.0')
+implementation platform('com.google.cloud:libraries-bom:26.1.1')
implementation 'com.google.cloud:google-cloud-dlp'
```
diff --git a/java-dlp/samples/snippets/pom.xml b/java-dlp/samples/snippets/pom.xml
index 05e99c87d119..6eb32aa9470f 100644
--- a/java-dlp/samples/snippets/pom.xml
+++ b/java-dlp/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.1.0
+ 26.1.1
pom
import