diff --git a/java-securitycenter/README.md b/java-securitycenter/README.md
index 1fb632410ee2..bd08a2ea4d68 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:
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>libraries-bom</artifactId>
-      <version>26.1.0</version>
+      <version>26.1.1</version>
       <type>pom</type>
       <scope>import</scope>
     </dependency>
@@ -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 ba4a48ed8051..80f1e5b277f3 100644
--- a/java-securitycenter/samples/snippets/pom.xml
+++ b/java-securitycenter/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
       <dependency>
         <groupId>com.google.cloud</groupId>
         <artifactId>libraries-bom</artifactId>
-        <version>26.1.0</version>
+        <version>26.1.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>