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
The following commit(s) were added to refs/heads/master by this push:
new 60242ef SLING-3821 Run launchpad integration tests against Sling on
Karaf
60242ef is described below
commit 60242efb85aa884a01e03794ee4edcbb9f427a4c
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Apr 7 12:34:12 2020 +0200
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 90b0bb5..da8f247 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-webdav</artifactId>
- <version>2.18.2</version>
+ <version>2.20.0</version>
<scope>test</scope>
</dependency>
<!-- Apache Karaf -->
@@ -133,7 +133,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.junit.core</artifactId>
- <version>1.0.26</version>
+ <version>1.0.28</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -169,13 +169,13 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.4.10</version>
+ <version>4.4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.6</version>
+ <version>4.5.12</version>
<scope>test</scope>
</dependency>
</dependencies>