From 80f53f55554ba53e4c95c13260bee1e113618cf6 Mon Sep 17 00:00:00 2001 From: Tim Ward Date: Wed, 13 Mar 2024 09:50:06 +0000 Subject: [PATCH] Adjust compile versions for JUnit and AssertJ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The compile versions of AssertJ and JUnit gave an inconsistent base version for JUnit Jupiter, and as AssertJ only optionally requires JUnit Jupiter (it really should be another module with a mandatory dependency 🙁) you can easily end up with broken dependency graphs at runtime. This commit changes the base for AssertJ back to 3.23.x and ups JUnit to 5.8.x, which is consistent. It means we lose a couple of JUnit versions, but 5.8.x has already been released for more than two years. Signed-off-by: Tim Ward --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1fbadf8d..fe4b5853 100644 --- a/pom.xml +++ b/pom.xml @@ -37,11 +37,11 @@ ${java.version} ${java.version} 6.4.0 - 5.6.0 - 1.6.0 - 5.9.2 - 1.9.2 - 3.24.2 + 5.8.2 + 1.8.2 + 5.10.2 + 1.10.2 + 3.23.1 3.24.2 4.11.0 4.2.0