Skip to content

Commit

Permalink
[MNG-7896] Upgrade Junit from 5.9.1 to 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 24, 2023
1 parent 35022a3 commit 2a188e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions maven-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 2a188e7

Please sign in to comment.