You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by so...@apache.org on 2020/03/25 09:24:52 UTC

[maven-surefire] branch SUREFIRE-1764-JUnit-Platform-1.6.1 created (now 8db80cb)

This is an automated email from the ASF dual-hosted git repository.

sor pushed a change to branch SUREFIRE-1764-JUnit-Platform-1.6.1
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at 8db80cb  Upgrade to junit-platform-launcher 1.6.1

This branch includes the following new commits:

     new 8db80cb  Upgrade to junit-platform-launcher 1.6.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-surefire] 01/01: Upgrade to junit-platform-launcher 1.6.1

Posted by so...@apache.org.
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 <so...@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>