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 4d2bf2e SLING-3821 Run launchpad integration tests against Sling on
Karaf
4d2bf2e is described below
commit 4d2bf2ea294d4447f14c8ab85d608f638a77a7d5
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Mar 23 10:23:30 2021 +0100
SLING-3821 Run launchpad integration tests against Sling on Karaf
update dependencies
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b7de6f3..3ed83f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-webdav</artifactId>
- <version>2.20.0</version>
+ <version>2.20.2</version>
<scope>test</scope>
</dependency>
<!-- Apache Karaf -->
@@ -97,7 +97,7 @@
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-classpath</artifactId>
- <version>2.6.3</version>
+ <version>2.6.7</version>
<scope>test</scope>
</dependency>
<!-- logging -->