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 12:48:30 UTC

[karaf-decanter] branch master updated: [KARAF-6622] Upgrade to 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-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 795bcd4  [KARAF-6622] Upgrade to Pax Exam 4.13.2
     new b287806  Merge pull request #127 from jbonofre/KARAF-6622
795bcd4 is described below

commit 795bcd45eee96f53a88557481f5713226db0cfea
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Mar 6 06:06:27 2020 +0100

    [KARAF-6622] Upgrade to Pax Exam 4.13.2
---
 itest/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/itest/pom.xml b/itest/pom.xml
index 94ce798..78403a7 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -61,13 +61,13 @@
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-karaf</artifactId>
-            <version>4.13.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>
-            <version>4.13.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -185,4 +185,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>