From 4644fe9b55f953cea279242e3af231ae89d3dec4 Mon Sep 17 00:00:00 2001 From: Seth Morabito Date: Fri, 24 Sep 2021 09:39:00 -0700 Subject: [PATCH] Update junit and mockito - JUnit has been bumped to 4.13.2. - Mockito has gone from 1.10.19 to 3.12.4, and now compiles correctly on OpenJDK 16 using Maven 3.8. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e8d27dc..ace1264 100644 --- a/pom.xml +++ b/pom.xml @@ -24,13 +24,13 @@ junit junit - 4.13.1 + 4.13.2 test org.mockito - mockito-all - 1.10.19 + mockito-core + 3.12.4 test