Merge pull request #2871 from AgentTroll/patch-mockito

Update Mockito to allow tests to pass in newer versions of Java
This commit is contained in:
md678685 2019-12-10 07:48:07 +00:00 committed by GitHub
commit 59e30f05fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>