From 0a958423bd24598b8e9c4122604eac2ecfae3bff Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Thu, 29 Sep 2022 16:45:54 +0200 Subject: [PATCH] Use JUnit BOM to simplify version constraints. --- pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index aa433628..a143fde3 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,6 @@ 3.10.1 5.9.1 - 1.9.1 1.7.1 4.8.0 3.23.1 @@ -88,6 +87,13 @@ import pom + + org.junit + junit-bom + ${junit.version} + pom + import + net.bytebuddy byte-buddy @@ -108,31 +114,26 @@ org.junit.jupiter junit-jupiter-api - ${junit.version} test org.junit.jupiter junit-jupiter-engine - ${junit.version} test org.junit.vintage junit-vintage-engine - ${junit.version} test org.junit.platform junit-platform-launcher - ${junit-platform-launcher.version} test org.junit.jupiter junit-jupiter-params - ${junit.version} test