This is an automated email from the ASF dual-hosted git repository. sor pushed a commit to branch SUREFIRE-1764-JUnit-Platform-1.6.1 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 8db80cb3d929cfc924ea7dda4f9ff1be5c67b5b3 Author: Christian Stein <sormu...@gmail.com> AuthorDate: Wed Mar 25 10:24:44 2020 +0100 Upgrade to junit-platform-launcher 1.6.1 The JUnit team improved error reporting for engine discovery/execution failures. The relevant changes are in DefaultLauncher which is contained in the junit-platform-launcher artifact. This commit upgrades the version to 1.6.1. See also https://issues.apache.org/jira/browse/SUREFIRE-1764 --- surefire-providers/surefire-junit-platform/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surefire-providers/surefire-junit-platform/pom.xml b/surefire-providers/surefire-junit-platform/pom.xml index 3aa5820..b50dc6d 100644 --- a/surefire-providers/surefire-junit-platform/pom.xml +++ b/surefire-providers/surefire-junit-platform/pom.xml @@ -86,12 +86,12 @@ <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> - <version>1.3.1</version> + <version>1.6.1</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.3.1</version> + <version>5.6.1</version> <scope>test</scope> </dependency> <dependency>