From b5d20881f697bc2d5564bf22e51f956968a8217f Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Thu, 27 Jul 2023 13:05:45 +0100 Subject: [PATCH] Update JUnit to 5.10.0, Surefire to 3.1.2 and Failsafe to 3.1.2 --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index db400cfb64..6484188ca8 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 2 parallelizableIT - 3.0.0-M7 + 3.1.2 @@ -44,7 +44,7 @@ 1.7.36 2.0.0.0 5.4.0 - 5.9.3 + 5.10.0 1.0.4 1.2.0 1.70 @@ -156,6 +156,13 @@ org.junit.support testng-engine ${testng-engine.version} + + + + org.junit.platform + junit-platform-engine + + test