From 809c6321dc8520bd40c372e2ce81d12411587625 Mon Sep 17 00:00:00 2001 From: Rudolf Schlatte Date: Thu, 7 Dec 2023 10:44:36 +0100 Subject: [PATCH] Fix unit tests (update mockito) fixes #563 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 306c12f7..b74c191c 100644 --- a/pom.xml +++ b/pom.xml @@ -61,10 +61,10 @@ test - org.mockito - mockito-all - 1.9.5 - test + org.mockito + mockito-core + 5.8.0 + test org.hamcrest