This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13029-servlet61 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit b7239d2479fe9b3a38b4e43c09cda550953eb3c9 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Dec 11 10:12:04 2025 +0100 SLING-13029 Update to Integration Tests 15-SNAPSHOT / Validate new Servlet API 6.1 Features --- pom.xml | 2 +- src/main/features/test/test-content.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9358181..ee512e9 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.starter.integration-tests</artifactId> - <version>14-SNAPSHOT</version> + <version>15-SNAPSHOT</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/src/main/features/test/test-content.json b/src/main/features/test/test-content.json index e40f706..4b254a0 100644 --- a/src/main/features/test/test-content.json +++ b/src/main/features/test/test-content.json @@ -2,7 +2,7 @@ "id":"${project.groupId}:${project.artifactId}:slingosgifeature:test-content:${project.version}", "bundles":[ { - "id": "org.apache.sling:org.apache.sling.starter.test-services:14-SNAPSHOT", + "id": "org.apache.sling:org.apache.sling.starter.test-services:15-SNAPSHOT", "start-order": "25" } ],
