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/03/28 07:48:30 UTC

[sling-org-apache-sling-i18n] 03/03: SLING-9270 Update Pax Exam to 4.13.3

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-i18n.git

commit ec685ae1fdd1ed6ee2d495d5d11fbc01b284f5cb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:37:58 2020 +0100

    SLING-9270 Update Pax Exam to 4.13.3
    
    * Update Pax Exam
    * Update Testing PaxExam
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ea3a4d8..acc467d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <description>Support for creating Java I18N ResourceBundles from repository resources.</description>
 
     <properties>
-        <org.ops4j.pax.exam.version>4.13.2</org.ops4j.pax.exam.version>
+        <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
     </properties>
 
     <scm>
@@ -182,7 +182,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.paxexam</artifactId>
-            <version>3.0.0</version>
+            <version>3.1.0</version>
             <scope>test</scope>
         </dependency>
         <!-- Apache Felix -->