mirror of
https://github.com/sethm/symon.git
synced 2025-03-13 13:30:37 +00:00
Update junit and mockito
- JUnit has been bumped to 4.13.2. - Mockito has gone from 1.10.19 to 3.12.4, and now compiles correctly on OpenJDK 16 using Maven 3.8.
This commit is contained in:
parent
655bbb3ab0
commit
4644fe9b55
6
pom.xml
6
pom.xml
@ -24,13 +24,13 @@
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.13.1</version>
|
||||
<version>4.13.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-all</artifactId>
|
||||
<version>1.10.19</version>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>3.12.4</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user