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/03 20:00:35 UTC

[sling-org-apache-sling-jcr-oak-server] 03/03: SLING-8159 Update Pax Exam to 4.12.0

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-jcr-oak-server.git

commit 2f3b1e8d27bd5433546d09b1de71c454fdea1d8a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Dec 3 20:56:30 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index aee3569..63d0447 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
   <properties>
     <jackrabbit.version>2.16.3</jackrabbit.version>
     <oak.version>1.8.9</oak.version>
-    <org.ops4j.pax.exam.version>4.11.0</org.ops4j.pax.exam.version>
+    <org.ops4j.pax.exam.version>4.12.0</org.ops4j.pax.exam.version>
   </properties>
 
   <build>