Update JUnit Jupiter to version 5.12.2

This commit is contained in:
Mahmoud Ben Hassine
2025-04-29 08:25:30 +02:00
parent 2bd5b84064
commit 9d38aceade
5 changed files with 23 additions and 4 deletions

View File

@@ -150,6 +150,12 @@
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit-platform-launcher.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>