From 20c6073817aec08dc0a5f574ff88f797e53fefdc Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Mon, 20 Feb 2023 16:07:13 +0200 Subject: [PATCH 1/3] [JAVA-18603] Upgraded junit-jupiter.version to 5.9.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b395d44f1..f04f93e339 100644 --- a/pom.xml +++ b/pom.xml @@ -1344,7 +1344,7 @@ 2.13.3 1.4 1.8.1 - 5.8.1 + 5.9.2 1.3.2 0.3.1 2.5.2 From ccdd5d8e68aa3f7cc2118b240fc0ac65ba32ee77 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Tue, 21 Feb 2023 06:31:23 +0200 Subject: [PATCH 2/3] [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 From a15bf85048caf71603f29ff773d9d72bf573c2f2 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Tue, 21 Feb 2023 17:23:18 +0200 Subject: [PATCH 3/3] [JAVA-18603] Upgraded junit-platform version at parent pom --- pom.xml | 2 +- testing-modules/junit5-annotations/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f04f93e339..82ee69978e 100644 --- a/pom.xml +++ b/pom.xml @@ -1343,7 +1343,7 @@ 1.2 2.13.3 1.4 - 1.8.1 + 1.9.2 5.9.2 1.3.2 0.3.1 diff --git a/testing-modules/junit5-annotations/pom.xml b/testing-modules/junit5-annotations/pom.xml index ab3c1c0cc2..847baa827c 100644 --- a/testing-modules/junit5-annotations/pom.xml +++ b/testing-modules/junit5-annotations/pom.xml @@ -46,7 +46,6 @@ 2.19.0 - 1.9.2 \ No newline at end of file