Update JUnit to v14.13.2

This commit is contained in:
Sebastian Serth
2022-08-02 10:54:09 +02:00
committed by Sebastian Serth
parent 9d54a40340
commit a7b4b25e61
3 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core -->
<dependency>