From f1cfd4136e6d47bd57a48a77d930913576f4656e Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Wed, 7 Jul 2021 00:39:59 +0200 Subject: [PATCH] Update Mockito version. This makes the test setup compatible with Java 16. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 660c3a2..311a671 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ org.mockito mockito-core - 3.3.3 + 3.11.2 test