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 2017/12/08 14:22:07 UTC

[sling-org-apache-sling-karaf-integration-tests] 03/03: SLING-3017 Improve Karaf integration tests

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-integration-tests.git

commit 47323d4c17265420e5f3f26a73cef7ff72458e84
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 8 14:42:24 2017 +0100

    SLING-3017 Improve Karaf integration tests
    
    use latest releases
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6238a55..18ef688 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
   <description>Integration Tests for Apache Sling Karaf</description>
 
   <properties>
-    <org.apache.jackrabbit.version>2.14.3</org.apache.jackrabbit.version>
+    <org.apache.jackrabbit.version>2.16.0</org.apache.jackrabbit.version>
     <org.apache.karaf.version>4.2.0.M1</org.apache.karaf.version>
     <org.ops4j.pax.exam.version>4.11.0</org.ops4j.pax.exam.version>
   </properties>
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.api</artifactId>
-      <version>2.16.2</version>
+      <version>2.16.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -199,7 +199,7 @@
     <dependency>
       <groupId>com.couchbase.mock</groupId>
       <artifactId>CouchbaseMock</artifactId>
-      <version>1.5.4</version>
+      <version>1.5.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -229,7 +229,7 @@
     <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.rhino</artifactId>
-      <version>1.7.7.1_1</version>
+      <version>1.7.7.2_1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.