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/09 17:50:37 UTC

[karaf-cellar] branch master updated: Fix build and upgrade to junit 4.13 and Pax Exam 4.13.2

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-cellar.git


The following commit(s) were added to refs/heads/master by this push:
     new ea1fdef  Fix build and upgrade to junit 4.13 and Pax Exam 4.13.2
ea1fdef is described below

commit ea1fdef3e01c5a2f4bb792d5e98ccc89a065ba74
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Mar 9 18:50:22 2020 +0100

    Fix build and upgrade to junit 4.13 and Pax Exam 4.13.2
---
 itests/pom.xml | 4 ++--
 pom.xml        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/itests/pom.xml b/itests/pom.xml
index 8362d95..2789962 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -69,13 +69,13 @@
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>
-            <version>4.7.0</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-karaf</artifactId>
-            <version>4.7.0</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 5ba03e4..5205466 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,8 +44,8 @@
         <hazelcast.version>3.12.4</hazelcast.version>
         <jclouds.version>1.9.1</jclouds.version>
         <joda-time.version>2.10</joda-time.version>
-        <junit.version>4.12</junit.version>
-        <karaf.version>4.2.7</karaf.version>
+        <junit.version>4.13</junit.version>
+        <karaf.version>4.2.8</karaf.version>
         <osgi.version>6.0.0</osgi.version>
         <osgi.compendium.version>5.0.0</osgi.compendium.version>
         <slf4j.version>1.7.7</slf4j.version>