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