diff --git a/pom.xml b/pom.xml
index e3be83308..b259171a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,8 @@
3.2.0
4.0.16
5.3.1
- 5.11.4
+ 5.12.2
+ 1.12.2
3.0.2
diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml
index 01007a8d9..ae505b3da 100644
--- a/spring-batch-core/pom.xml
+++ b/spring-batch-core/pom.xml
@@ -155,6 +155,12 @@
${testcontainers.version}
test
+
+ org.junit.platform
+ junit-platform-launcher
+ ${junit-platform-launcher.version}
+ test
+
org.hsqldb
hsqldb
diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml
index 71401f0fd..e305e6353 100644
--- a/spring-batch-infrastructure/pom.xml
+++ b/spring-batch-infrastructure/pom.xml
@@ -264,9 +264,9 @@
test
- org.junit.jupiter
- junit-jupiter-api
- ${junit-jupiter.version}
+ org.junit.platform
+ junit-platform-launcher
+ ${junit-platform-launcher.version}
test
diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml
index 145357f0c..fa06f58bc 100644
--- a/spring-batch-integration/pom.xml
+++ b/spring-batch-integration/pom.xml
@@ -150,6 +150,12 @@
${junit-jupiter.version}
test
+
+ org.junit.platform
+ junit-platform-launcher
+ ${junit-platform-launcher.version}
+ test
+
org.slf4j
slf4j-simple
diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml
index 2320743f8..30ca92fe4 100644
--- a/spring-batch-test/pom.xml
+++ b/spring-batch-test/pom.xml
@@ -79,6 +79,12 @@
${junit-vintage-engine.version}
test
+
+ org.junit.platform
+ junit-platform-launcher
+ ${junit-platform-launcher.version}
+ test
+
org.mockito
mockito-core