This is an automated email from the ASF dual-hosted git repository. jsedding pushed a commit to branch resolver-2.x-backports in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git
commit f0ea057d42cfe5b64146a1f82932ce911ca38973 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Mar 28 16:56:33 2025 +0100 SLING-12729 Integration tests fail with Java 21 (#57) (cherry picked from commit bf58fe1462f664859ccacfa648fc028d2d56311e) --- .sling-module.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.sling-module.json b/.sling-module.json index 0419030..cfad4d2 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -1,5 +1,5 @@ { "jenkins": { - "jdks": [17] + "jdks": [17, 21] } } \ No newline at end of file diff --git a/pom.xml b/pom.xml index f20b388..f9ee19d 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.paxexam</artifactId> - <version>4.1.0</version> + <version>4.1.1-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency>
