Compare commits

...

2 Commits

Author SHA1 Message Date
jlusiardi e9bb4c99d8 Merge pull request 'Update JUnit Version' (#2) from update_2023 into master
Reviewed-on: #2
2023-05-27 20:27:15 +02:00
Joachim Lusiardi 7c012a8244 Update JUnit Version 2023-05-27 20:26:19 +02:00
1 changed files with 1 additions and 1 deletions

View File

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