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:09 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: 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-launchpad-oak-tar-integration-tests.git

commit 4ec45ab54407b7ead569beffe491e05dae5ae3b7
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Dec 18 12:24:28 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 84a13d0..d4455b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,19 +111,19 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>4.13.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-karaf</artifactId>
-      <version>4.13.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-link-mvn</artifactId>
-      <version>4.13.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -188,7 +188,7 @@
         <plugin>
           <groupId>org.ops4j.pax.exam</groupId>
           <artifactId>exam-maven-plugin</artifactId>
-          <version>4.12.0</version>
+          <version>4.13.1</version>
         </plugin>
       </plugins>
     </pluginManagement>