diff --git a/finish/system/pom.xml b/finish/system/pom.xml
index 274fdb6..cadc4af 100644
--- a/finish/system/pom.xml
+++ b/finish/system/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
-            <version>5.11.3</version>
+            <version>5.11.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -71,7 +71,7 @@
             <plugin>
                 <groupId>io.openliberty.tools</groupId>
                 <artifactId>liberty-maven-plugin</artifactId>
-                <version>3.11.1</version>
+                <version>3.11.2</version>
             </plugin>
             <!-- Plugin to run unit tests -->
             <plugin>
diff --git a/start/system/pom.xml b/start/system/pom.xml
index 274fdb6..cadc4af 100644
--- a/start/system/pom.xml
+++ b/start/system/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
-            <version>5.11.3</version>
+            <version>5.11.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -71,7 +71,7 @@
             <plugin>
                 <groupId>io.openliberty.tools</groupId>
                 <artifactId>liberty-maven-plugin</artifactId>
-                <version>3.11.1</version>
+                <version>3.11.2</version>
             </plugin>
             <!-- Plugin to run unit tests -->
             <plugin>