Update Mockito to allow tests to pass in newer versions of Java

This commit is contained in:
AgentTroll 2019-12-09 20:55:55 -05:00
parent 882699919e
commit 0f1085a02d

View file

@ -70,7 +70,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.8.47</version>
<version>3.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>