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/03/06 05:04:15 UTC

[karaf-decanter] branch master updated: [KARAF-6630] Upgrade to junit 4.13

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 86ac45e  [KARAF-6630] Upgrade to junit 4.13
     new ca63a8a  Merge pull request #126 from jbonofre/KARAF-6630
86ac45e is described below

commit 86ac45e46946c7643470276a9f4ded1225dbc000
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Mar 5 21:33:02 2020 +0100

    [KARAF-6630] Upgrade to junit 4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b9683d..29dbb8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13</version>
             </dependency>
             <dependency>
                 <groupId>javax.json</groupId>