From bd1efcf9a5fbd17aa277c720c4d378e7e3cf0ff1 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 12 Apr 2021 14:03:35 +0700 Subject: [PATCH] Upgrade JUnit BoM to 5.7.1 We are not using Jupiter yet, but this is nice to have for the future. Thanks to @larsgrefer for his initiative to prepare AspectJ for JUnit Jupiter and for his other PR which also contains the same change in the parent POM. :-) Signed-off-by: Alexander Kriegisch --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ba2e0299..d372ccab2 100644 --- a/pom.xml +++ b/pom.xml @@ -324,7 +324,7 @@ org.junit junit-bom - 5.6.2 + 5.7.1 pom import -- 2.39.5