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 7c4a3e1 update test dependencies
7c4a3e1 is described below
commit 7c4a3e1e4dcc5690504038cce58944481ef31f46
Author: Oliver Lietz <[email protected]>
AuthorDate: Sat Apr 23 10:59:10 2022 +0200
update test dependencies
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 679d4e9..0e2ef12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.24.0</version>
+ <version>2.25.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -123,7 +123,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.engine</artifactId>
- <version>2.8.0</version>
+ <version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -144,7 +144,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.20.4</version>
+ <version>2.20.5</version>
<scope>test</scope>
</dependency>
<!-- bnd -->
@@ -198,7 +198,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
- <version>1.16.2</version>
+ <version>1.17.1</version>
<scope>test</scope>
</dependency>
<dependency>