From a35c385f9f007dd6c79cb0c819d38aa8c1aa5b33 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 4 Apr 2021 12:16:25 -0700 Subject: [PATCH] Update Mockito to a version that works with JDK15. --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 35d9a61..757b453 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.mockito mockito-core - 3.2.4 + 3.8.0 test