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/12/16 22:00:12 UTC

[sling-org-apache-sling-karaf-integration-tests] branch master updated: 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-karaf-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 66511f2  update test dependencies
66511f2 is described below

commit 66511f22a9e69e75dfcfdcc43d86fb2a7999b65d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 16 22:59:48 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 6d41b3a..48a0f62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.api</artifactId>
-      <version>2.23.6</version>
+      <version>2.24.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -122,7 +122,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.engine</artifactId>
-      <version>2.7.8</version>
+      <version>2.8.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -143,7 +143,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>2.20.3</version>
+      <version>2.20.4</version>
       <scope>test</scope>
     </dependency>
     <!-- bnd -->
@@ -197,7 +197,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.16.0</version>
+      <version>1.16.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>