From f98b66072e1e53c58c94d849f4e594df542125b8 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 3 May 2023 21:24:33 +0200 Subject: [PATCH] Add DependencyManagement for JUnit5 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index e4691d6f2..e49d8fdad 100644 --- a/pom.xml +++ b/pom.xml @@ -327,6 +327,7 @@ limitations under the License. true 3.8.2 1.11.2 + 5.9.3 @@ -337,6 +338,13 @@ limitations under the License. ${mavenPluginToolsVersion} provided + + org.junit + junit-bom + ${junit5Version} + pom + import +