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 2022/03/06 14:23:00 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/04: SLING-3821 Run launchpad integration tests against Sling on Karaf

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 46be5c6fc435b56afc606cb390ec7feecebf8555
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 6 15:20:01 2022 +0100

    SLING-3821 Run launchpad integration tests against Sling on Karaf
    
    update dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 173f55e..9adddbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webdav</artifactId>
-      <version>2.20.2</version>
+      <version>2.20.4</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Karaf -->
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>org.ops4j.pax.url</groupId>
       <artifactId>pax-url-classpath</artifactId>
-      <version>2.6.7</version>
+      <version>2.6.11</version>
       <scope>test</scope>
     </dependency>
     <!-- logging -->
@@ -177,7 +177,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.14</version>
+      <version>4.4.15</version>
       <scope>test</scope>
     </dependency>
     <dependency>