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

@@ -155,6 +155,12 @@
<version>${testcontainers.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.hsqldb</groupId>
<artifactId>hsqldb</artifactId>