#99 - Upgrade to JUnit 5.9.1.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -47,7 +47,7 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
||||||
<assertj.version>3.23.1</assertj.version>
|
<assertj.version>3.23.1</assertj.version>
|
||||||
<junit.version>5.9.0</junit.version>
|
<junit.version>5.9.1</junit.version>
|
||||||
<logback.version>1.4.4</logback.version>
|
<logback.version>1.4.4</logback.version>
|
||||||
<mockito.version>4.9.0</mockito.version>
|
<mockito.version>4.9.0</mockito.version>
|
||||||
<spring.version>6.0.0-RC4</spring.version>
|
<spring.version>6.0.0-RC4</spring.version>
|
||||||
@@ -197,7 +197,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.junit.jupiter</groupId>
|
<groupId>org.junit.jupiter</groupId>
|
||||||
<artifactId>junit-jupiter</artifactId>
|
<artifactId>junit-jupiter</artifactId>
|
||||||
<version>5.8.0</version>
|
<version>${junit.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user