Update JUnit and the Surefire plugin versions (#30)

This commit is contained in:
Julien Dubois
2022-05-10 17:32:46 +02:00
committed by GitHub
parent b1b17930c4
commit c92f8b4076

View File

@@ -11,7 +11,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -27,7 +27,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M6</version>
</plugin>
</plugins>
</pluginManagement>