From ccdd5d8e68aa3f7cc2118b240fc0ac65ba32ee77 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Tue, 21 Feb 2023 06:31:23 +0200 Subject: [PATCH] [JAVA-18603] Upgraded junit-platform version --- testing-modules/junit5-annotations/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/testing-modules/junit5-annotations/pom.xml b/testing-modules/junit5-annotations/pom.xml index a4035a23f1..ab3c1c0cc2 100644 --- a/testing-modules/junit5-annotations/pom.xml +++ b/testing-modules/junit5-annotations/pom.xml @@ -15,6 +15,12 @@ + + org.junit.jupiter + junit-jupiter + ${junit-jupiter.version} + test + org.junit.platform junit-platform-engine @@ -39,7 +45,8 @@ - 2.17.1 + 2.19.0 + 1.9.2 \ No newline at end of file