Update JUnit Jupiter to version 5.12.2
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user