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 2023/01/26 16:07:15 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: 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 6ed60183f986253931a27f7ca84f1ebd6279036d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jan 26 16:27:23 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 550b67a..08bf504 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webdav</artifactId>
-      <version>2.20.6</version>
+      <version>2.20.8</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Karaf -->
@@ -153,7 +153,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.junit.scriptable</artifactId>
-      <version>1.0.12</version>
+      <version>1.0.14</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -177,13 +177,13 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.15</version>
+      <version>4.4.16</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.13</version>
+      <version>4.5.14</version>
       <scope>test</scope>
     </dependency>
   </dependencies>