You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/05/03 11:50:35 UTC

[maven-surefire] 03/04: Bump JUnit versions and remove unnecessary dependency

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

tibordigana pushed a commit to branch 1330
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 82182d5bc47af16e6072126d8f0ea8141954f1c0
Author: Christian Stein <so...@gmail.com>
AuthorDate: Wed May 2 23:30:04 2018 +0200

    Bump JUnit versions and remove unnecessary dependency
    
    - JUnit Platform 1.2.0
    - JUnit Jupiter 5.2.0
    
    Depending on junit-jupiter-engine pulls in junit-jupiter-api automatically.
---
 surefire-providers/surefire-junit-platform/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/surefire-providers/surefire-junit-platform/pom.xml b/surefire-providers/surefire-junit-platform/pom.xml
index 07fa180..bf4869b 100644
--- a/surefire-providers/surefire-junit-platform/pom.xml
+++ b/surefire-providers/surefire-junit-platform/pom.xml
@@ -88,18 +88,12 @@
         <dependency>
             <groupId>org.junit.platform</groupId>
             <artifactId>junit-platform-launcher</artifactId>
-            <version>1.1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-api</artifactId>
-            <version>5.1.1</version>
-            <scope>test</scope>
+            <version>1.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-engine</artifactId>
-            <version>5.1.1</version>
+            <version>5.2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
tibordigana@apache.org.