Update Mockito to a version that works with JDK15.

This commit is contained in:
Michael Bayne
2021-04-04 12:16:25 -07:00
parent fd6a393d69
commit a35c385f9f
+1 -1
View File
@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>3.2.4</version> <version>3.8.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>