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 2021/10/19 21:18:09 UTC

[sling-org-apache-sling-commons-clam] 01/03: update test dependencies

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-commons-clam.git

commit 103925558cd8deeb23f8f011ba4c18c78435604c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 23:13:01 2021 +0200

    update test dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f11743e..0ad6ddc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.0.3</version>
+      <version>7.0.1</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Sling -->
@@ -277,13 +277,13 @@
     <dependency>
       <groupId>org.ops4j.pax.url</groupId>
       <artifactId>pax-url-wrap</artifactId>
-      <version>2.6.2</version>
+      <version>2.6.7</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.15.3</version>
+      <version>1.16.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>