Sets junit version

This commit is contained in:
Kristian Knarvik 2021-09-09 15:43:50 +02:00
parent 8ae4ac3fc7
commit 7b83b2440c

View File

@ -43,7 +43,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>RELEASE</version>
<version>5.8.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>