From aeba56e3cdaefa39cc56c5873a1259139ab1071f Mon Sep 17 00:00:00 2001 From: Eduard Tudenhoefner Date: Fri, 19 Jun 2026 11:29:58 +0200 Subject: [PATCH] GH-3618: Upgrade JUnit4 to JUnit 5.14.4 --- pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a0a6678163..c00cebc268 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,7 @@ 1.11.5 33.6.0-jre 0.1.1 + 5.14.4 5.23.0 0.27ea1 3.6.1 @@ -158,9 +159,15 @@ - junit - junit - 4.13.2 + org.junit.jupiter + junit-jupiter + ${junit.version} + test + + + org.junit.vintage + junit-vintage-engine + ${junit.version} test @@ -629,6 +636,7 @@ true javax.annotation:javax.annotation-api:jar:1.3.2 + junit:junit