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

@@ -86,7 +86,8 @@
<jakarta.persistence-api.version>3.2.0</jakarta.persistence-api.version>
<neo4j-ogm-core.version>4.0.16</neo4j-ogm-core.version>
<mongodb-driver.version>5.3.1</mongodb-driver.version>
<junit-jupiter.version>5.11.4</junit-jupiter.version> <!-- FIXME build failure with 5.12.1 -->
<junit-jupiter.version>5.12.2</junit-jupiter.version>
<junit-platform-launcher.version>1.12.2</junit-platform-launcher.version>
<!-- provided dependencies -->
<jsr305.version>3.0.2</jsr305.version>

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>

View File

@@ -264,9 +264,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-jupiter.version}</version>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit-platform-launcher.version}</version>
<scope>test</scope>
</dependency>
<dependency>

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>

View File

@@ -79,6 +79,12 @@
<version>${junit-vintage-engine.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.mockito</groupId>
<artifactId>mockito-core</artifactId>