You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/10/16 03:53:41 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6886] Upgrade to junit 4.13.1

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new e763496  [KARAF-6886] Upgrade to junit 4.13.1
e763496 is described below

commit e763496e11df5f716fad37a56bc9d6470c5a779e
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Oct 15 15:52:18 2020 +0200

    [KARAF-6886] Upgrade to junit 4.13.1
    
    (cherry picked from commit b7fa9c1dacd889d26ad8df68afd275b15dad5b03)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7fa8dc1..7e1ff41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,7 @@
         <javassist.version>3.9.0.GA</javassist.version>
         <jetty.version>9.4.31.v20200723</jetty.version>
         <jline.version>3.16.0</jline.version>
-        <junit.version>4.13</junit.version>
+        <junit.version>4.13.1</junit.version>
         <jsw.version>3.2.3</jsw.version>
         <log4j.version>1.2.17</log4j.version>
         <maven.version>3.6.3</maven.version>