diff --git a/pom.xml b/pom.xml
index 5c2823de2..2b2d611df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
1.0.0-SNAPSHOT
4.13.2
+ ${junit-jupiter.version}
2.2
3.22.0
4.5.1
diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml
index d7e292766..0507ec740 100644
--- a/spring-batch-core/pom.xml
+++ b/spring-batch-core/pom.xml
@@ -207,6 +207,12 @@
+
+ org.junit.vintage
+ junit-vintage-engine
+ ${junit-vintage-engine.version}
+ test
+
org.hamcrest
hamcrest-library