This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 2a188e75a1 [MNG-7896] Upgrade Junit from 5.9.1 to 5.10.0
2a188e75a1 is described below
commit 2a188e75a1e5a068c655cd5be68d711f1ffb19c0
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Sep 23 10:47:01 2023 +0200
[MNG-7896] Upgrade Junit from 5.9.1 to 5.10.0
---
maven-core/pom.xml | 5 -----
pom.xml | 4 ++--
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 6b20529582..43898d9444 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 95ba29dc52..859f47f37c 100644
--- a/pom.xml
+++ b/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>