From 9d38aceade3fe1cb28caadbad233707c5f2b0b5c Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Tue, 29 Apr 2025 08:25:30 +0200 Subject: [PATCH] Update JUnit Jupiter to version 5.12.2 --- pom.xml | 3 ++- spring-batch-core/pom.xml | 6 ++++++ spring-batch-infrastructure/pom.xml | 6 +++--- spring-batch-integration/pom.xml | 6 ++++++ spring-batch-test/pom.xml | 6 ++++++ 5 files changed, 23 insertions(+), 4 deletions(-) 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