diff --git a/pom.xml b/pom.xml index ad123f82..cd719d8e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,8 @@ false ${project.build.testOutputDirectory}/testfiles false + 5.11.4 + 1.11.4 @@ -130,13 +132,31 @@ 2.3.232 test - + - junit - junit - 4.13.2 - test + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + + + + org.junit.vintage + junit-vintage-engine + ${junit.version} + + + + org.junit.platform + junit-platform-launcher + ${junit.platform.version} + + + + org.junit.platform + junit-platform-runner + ${junit.platform.version} + org.springframework