You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/12/02 10:53:34 UTC

[sling-org-apache-sling-karaf-integration-tests] 02/03: SLING-8143 Update Pax Exam to 4.13.0

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git

commit ecfe07a306a05529b9d897a13a53ab016c46e410
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 2 11:12:41 2018 +0100

    SLING-8143 Update Pax Exam to 4.13.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ff0adb..3186a39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,17 +131,17 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>4.12.0</version>
+      <version>4.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-karaf</artifactId>
-      <version>4.12.0</version>
+      <version>4.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-junit4</artifactId>
-      <version>4.12.0</version>
+      <version>4.13.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>