Update JUnit Version #2

Merged
jlusiardi merged 1 commits from update_2023 into master 2023-05-27 20:27:16 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7c012a8244 - Show all commits

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>