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.
This commit is contained in:
Andreas Troelsen
2022-07-30 12:10:50 +02:00
parent f07df6a556
commit 3f7796772e
+1 -1
View File
@@ -86,7 +86,7 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId> <artifactId>mockito-junit-jupiter</artifactId>
<version>3.11.2</version> <version>3.12.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>