From e5069f726e22a606b5b163dbec3d69abc3f61795 Mon Sep 17 00:00:00 2001 From: Gecko! Date: Mon, 4 Dec 2023 08:49:05 +0100 Subject: [PATCH] Update JUnit version in pom.xml Updated the JUnit dependency version in pom.xml from 'RELEASE' to '5.10.1'. This change ensures compatibility with the rest of the existing codebase and existing tests, and addresses dependency issues that were causing build failures. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d2f8c6..eaaa99e 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ org.junit.jupiter junit-jupiter - RELEASE + 5.10.1 test