mirror of https://github.com/apache/maven.git
[MNG-7896] Upgrade Junit from 5.9.1 to 5.10.0
This commit is contained in:
parent
35022a3616
commit
2a188e75a1
|
@ -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>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue