From 3f7796772e8344576773c6a12930103506d0e466 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Sat, 30 Jul 2022 12:09:39 +0200 Subject: [PATCH] Upgrade Mockito to 3.12.2. This fixes an issue with the mock maker not running properly on recent versions of the JVM, and it also matches the version in the base plugin. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15099b0..2328da1 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ org.mockito mockito-junit-jupiter - 3.11.2 + 3.12.2 test