From ac11d27659882fceabc89172611ac072a0540c3a Mon Sep 17 00:00:00 2001 From: Henschi Date: Sat, 29 Mar 2025 19:49:29 +0100 Subject: [PATCH] upgrade junit to 4.13.2 and use the appropriate hamcrest version 1.3 --- ivy.xml | 6 ++---- libt/.gitignore | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ivy.xml b/ivy.xml index 54a6a62e5..0aea1fb41 100644 --- a/ivy.xml +++ b/ivy.xml @@ -100,10 +100,8 @@ - - - - + + diff --git a/libt/.gitignore b/libt/.gitignore index 18990a45e..8a1453ab9 100644 --- a/libt/.gitignore +++ b/libt/.gitignore @@ -1,4 +1,2 @@ -hamcrest-2.2.jar -hamcrest-core-2.2.jar -hamcrest-library-2.2.jar -junit-4.13.jar \ No newline at end of file +hamcrest-core-1.3.jar +junit-4.13.2.jar