Update JUnit to 4.13.2.

This commit is contained in:
Andreas Troelsen
2021-10-13 23:25:13 +02:00
parent fe9d160edd
commit 2c12112fd0
+1 -1
View File
@@ -113,7 +113,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>