[MNG-7896] Upgrade Junit from 5.9.1 to 5.10.0

This commit is contained in:
Slawomir Jaranowski 2023-09-23 10:47:01 +02:00
parent 35022a3616
commit 2a188e75a1
2 changed files with 2 additions and 7 deletions

View File

@ -164,11 +164,6 @@ under the License.
<artifactId>xmlunit-assertj</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>

View File

@ -150,7 +150,7 @@ under the License.
<classWorldsVersion>2.6.0</classWorldsVersion>
<commonsCliVersion>1.5.0</commonsCliVersion>
<commonsIoVersion>2.11.0</commonsIoVersion>
<junitVersion>5.9.1</junitVersion>
<junitVersion>5.10.0</junitVersion>
<mockitoVersion>4.11.0</mockitoVersion>
<plexusInterpolationVersion>1.26</plexusInterpolationVersion>
<plexusXmlVersion>4.0.1</plexusXmlVersion>
@ -476,7 +476,7 @@ under the License.
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>