Update JUnit Version

This commit is contained in:
Joachim Lusiardi 2023-05-27 20:26:19 +02:00
parent 63e21381ce
commit 7c012a8244
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.11</version> <version>4.13.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>