From 0f1085a02d837ba91c6816bf815b03629dc71001 Mon Sep 17 00:00:00 2001 From: AgentTroll <5037004+AgentTroll@users.noreply.github.com> Date: Mon, 9 Dec 2019 20:55:55 -0500 Subject: [PATCH] Update Mockito to allow tests to pass in newer versions of Java --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e036d3b7e..d29c2bc4d 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ org.mockito mockito-core - 2.8.47 + 3.2.0 test