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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 2273b6e44e75ab2f9946acfc961b7c0657c5066f
Author: Allon Mureinik <murei...@gmail.com>
AuthorDate: Fri Feb 8 15:28:02 2019 +0200

    Upgrade JUnit depedency to 5.4.0 (closes #402)
    
    Upgrade the JUnit dependency to the latest available 5.4.0.
    
    Note that JUnit simplified its artifacts, and now it contains a
    single, simple org.junit:junit-jupiter artifact.
---
 pom.xml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce7e595..7a4954e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,17 +524,7 @@
     <!-- testing -->
     <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>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-engine</artifactId>
+      <artifactId>junit-jupiter</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -627,7 +617,7 @@
     <jmh.version>1.21</jmh.version>
     <uberjar.name>benchmarks</uberjar.name>
 
-    <junit.version>5.3.2</junit.version>
+    <junit.version>5.4.0</junit.version>
 
     <commons.jacoco.version>0.8.2</commons.jacoco.version>
 

Reply via email to