Update Mockito version.

This makes the test setup compatible with Java 16.
This commit is contained in:
Andreas Troelsen 2021-07-07 00:39:59 +02:00
parent b99713f1ec
commit f1cfd4136e
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.3.3</version>
<version>3.11.2</version>
<scope>test</scope>
</dependency>
</dependencies>