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
commit 40607f0a11395a7fb6db0118d885ac83e51a0ac5 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Mar 23 09:42:30 2021 +0100 SLING-3017 Improve Karaf integration tests use latest releases --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 89f4775..d3bbd61 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> - <version>2.20.0</version> + <version>2.23.0</version> <scope>test</scope> </dependency> <dependency> @@ -121,7 +121,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.engine</artifactId> - <version>2.6.16</version> + <version>2.7.4</version> <scope>test</scope> </dependency> <dependency> @@ -142,7 +142,7 @@ <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-commons</artifactId> - <version>2.20.0</version> + <version>2.20.2</version> <scope>test</scope> </dependency> <!-- bnd --> @@ -196,7 +196,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> - <version>1.15.1</version> + <version>1.15.2</version> <scope>test</scope> </dependency> <dependency>
