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/09/25 08:45:40 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: SLING-7875 Update Pax Exam to 4.12.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-launchpad-oak-tar-integration-tests.git

commit 94d1804b0d882de19e5afc6b495ef4a430f2f187
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Sep 24 22:04:47 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index a43e8b6..0e9b207 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,19 +104,19 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>4.11.0</version>
+      <version>4.12.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-karaf</artifactId>
-      <version>4.11.0</version>
+      <version>4.12.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-link-mvn</artifactId>
-      <version>4.11.0</version>
+      <version>4.12.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>