This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch SUREFIRE-2040
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/SUREFIRE-2040 by this push:
new 3a2385d build fix
3a2385d is described below
commit 3a2385d3c90088ed11868711ed7b5e5285162c6a
Author: tibordigana <[email protected]>
AuthorDate: Sun Mar 27 03:32:05 2022 +0200
build fix
---
surefire-its/src/test/resources/junit5-suite/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/surefire-its/src/test/resources/junit5-suite/pom.xml
b/surefire-its/src/test/resources/junit5-suite/pom.xml
index 7ad8611..de764ef 100644
--- a/surefire-its/src/test/resources/junit5-suite/pom.xml
+++ b/surefire-its/src/test/resources/junit5-suite/pom.xml
@@ -42,7 +42,7 @@
the implementations should be backwards compatible with older versions
of api, we are testing this corner case
for internal Surefire requirements. The user may or may not split the
api and impl and versions.
-->
- <version>5.7.2</version>
+ <version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -53,7 +53,7 @@
the implementations should be backwards compatible with old versions of
api, we are testing this corner case
for internal Surefire requirements. The user may or may not split the
api and impl and versions.
-->
- <version>1.7.2</version>
+ <version>1.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -72,8 +72,8 @@
<!--
You may split the impl from api as follows. It avoids a situation
where your tests have
direct access to the engine internals.
- The impl:5.8.2 should be backwards with api:1.7.2 and one
limitation where you would not observe
- features introduced in 1.8.0 and 5.8.0.
+ As an example, the impl:5.9.0 should be backwards with api:1.8.0
and one limitation where you
+ would not observe features introduced in 1.9.0 and 5.9.0.
-->
<dependency>
<groupId>org.junit.jupiter</groupId>
@@ -82,7 +82,7 @@
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
- <artifactId>junit-platform-suite-engine</artifactId>
+ <artifactId>junit-platform-suite</artifactId>
<version>1.8.2</version>
</dependency>
</dependencies>