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 2018/10/09 15:38:46 UTC

[karaf-cellar] branch cellar-4.1.x updated: [KARAF-3560] Upgrade to junit 4.12

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

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


The following commit(s) were added to refs/heads/cellar-4.1.x by this push:
     new 24bb0a5  [KARAF-3560] Upgrade to junit 4.12
24bb0a5 is described below

commit 24bb0a5ac4f723fcaac61fbd25a71eca50e9f38f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 9 17:37:46 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 5838fd9..5a8e29a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <hazelcast.version>3.9.1</hazelcast.version>
         <jclouds.version>1.9.1</jclouds.version>
         <joda-time.version>2.9.1</joda-time.version>
-        <junit.version>4.11</junit.version>
+        <junit.version>4.12</junit.version>
         <karaf.version>4.1.2</karaf.version>
         <osgi.version>6.0.0</osgi.version>
         <osgi.compendium.version>5.0.0</osgi.compendium.version>