diff --git a/java-securitycenter/README.md b/java-securitycenter/README.md
index 1fb632410ee..bd08a2ea4d6 100644
--- a/java-securitycenter/README.md
+++ b/java-securitycenter/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
@@ -60,7 +60,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-securitycenter'
```
diff --git a/java-securitycenter/samples/snippets/pom.xml b/java-securitycenter/samples/snippets/pom.xml
index ba4a48ed805..80f1e5b277f 100644
--- a/java-securitycenter/samples/snippets/pom.xml
+++ b/java-securitycenter/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.1.0
+ 26.1.1
pom
import