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 2019/06/15 13:08:42 UTC

[sling-org-apache-sling-scripting-groovy] 02/04: SLING-8500 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-scripting-groovy.git

commit 3e453ab7e1135777181c251ef2d4ded7647d7798
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jun 15 10:41:25 2019 +0200

    SLING-8500 Update Pax Exam to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 947fbeb..45b3ea1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <sling.java.version>8</sling.java.version>
-    <org.ops4j.pax.exam.version>4.12.0</org.ops4j.pax.exam.version>
+    <org.ops4j.pax.exam.version>4.13.1</org.ops4j.pax.exam.version>
     <groovy.version>2.5.0</groovy.version>
   </properties>