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/20 17:10:24 UTC

[sling-org-apache-sling-karaf-integration-tests] 01/04: SLING-8183 Update Pax Exam to 4.13.1

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 dab2d789f312fb28e1495e140b40363dc127666b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Dec 18 12:19:39 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 9b7199f..45e9156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,17 +131,17 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>4.13.0</version>
+      <version>4.13.1</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-karaf</artifactId>
-      <version>4.13.0</version>
+      <version>4.13.1</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-junit4</artifactId>
-      <version>4.13.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>