diff --git a/core/pax-exam-spi/src/test/java/org/ops4j/pax/exam/spi/war/WarBuilderTest.java b/core/pax-exam-spi/src/test/java/org/ops4j/pax/exam/spi/war/WarBuilderTest.java
index d9dc2b151..c0e75bd0f 100644
--- a/core/pax-exam-spi/src/test/java/org/ops4j/pax/exam/spi/war/WarBuilderTest.java
+++ b/core/pax-exam-spi/src/test/java/org/ops4j/pax/exam/spi/war/WarBuilderTest.java
@@ -38,7 +38,7 @@ public class WarBuilderTest {
private File tempDir;
private ZipFile war;
- private static final String MOCKITO_VERSION = "5.11.0"; // needs to match dependency in project
+ private static final String MOCKITO_VERSION = "5.14.2"; // needs to match dependency in project
@BeforeClass
public static void setUp() throws IOException {
diff --git a/pom/pom.xml b/pom/pom.xml
index 18284a1fb..f4d28165a 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -30,7 +30,6 @@
1.2.12
- 3.9.7
7.10.2
1.3_1
4.13.2_1
@@ -153,7 +152,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.5
+ 3.5.1
${jacoco.argLine}
@@ -161,12 +160,12 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 3.2.5
+ 3.5.1
org.apache.maven.plugins
maven-invoker-plugin
- 3.7.0
+ 3.8.1
org.apache.maven.plugins
@@ -188,7 +187,7 @@
org.apache.maven.plugins
maven-plugin-plugin
- 3.13.1
+ 3.15.0
@@ -256,7 +255,7 @@
org.apache.maven
maven-plugin-api
provided
- 3.9.7
+ 3.9.9
org.apache.maven.plugin-tools
@@ -268,18 +267,18 @@
org.apache.maven
maven-model
provided
- 3.9.7
+ 3.9.9
org.apache.maven
maven-core
provided
- 3.9.7
+ 3.9.9
org.apache.maven.shared
maven-common-artifact-filters
- 3.3.2
+ 3.4.0
@@ -298,13 +297,13 @@
org.testng
testng
- ${dependency.testng.version}
+ 7.10.2
org.mockito
mockito-core
- 5.11.0
+ 5.14.2
test
@@ -423,12 +422,12 @@
org.apache.commons
commons-compress
- 1.26.2
+ 1.27.1
commons-io
commons-io
- 2.16.1
+ 2.17.0
org.slf4j
@@ -515,7 +514,7 @@
org.apache.commons
commons-lang3
- 3.14.0
+ 3.17.0