This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12470-fix-its in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git
commit 4131b6dd50812421ea3058890ddd8906478ec530 Author: Stefan Seifert <[email protected]> AuthorDate: Tue Nov 5 10:54:31 2024 +0100 update to latest versions --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d3481e3..95318dd 100644 --- a/pom.xml +++ b/pom.xml @@ -252,19 +252,19 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.models.api</artifactId> - <version>1.5.0</version> + <version>1.5.5-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.models.impl</artifactId> - <version>1.6.0</version> + <version>1.7.3-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.models.jacksonexporter</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.5-SNAPSHOT</version> <scope>provided</scope> </dependency>
