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 2020/02/23 00:44:36 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 03/03: SLING-9109 Update Pax Exam to 4.13.2

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 9b16bc0449dfb0ce79783d241f3ffa820f304847
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Feb 23 01:43:24 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index ad0e6cd..c129098 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.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <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-link-mvn</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -188,7 +188,7 @@
         <plugin>
           <groupId>org.ops4j.pax.exam</groupId>
           <artifactId>exam-maven-plugin</artifactId>
-          <version>4.13.1</version>
+          <version>4.13.2</version>
         </plugin>
       </plugins>
     </pluginManagement>