This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch test/java-25 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
commit 408e071e8075e950794da044f8662295363053d2 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Sep 5 11:45:01 2025 +0200 test: run Jenkins with Java 25 as well --- .sling-module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sling-module.json b/.sling-module.json index cfad4d2..5e3f1aa 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -1,5 +1,5 @@ { "jenkins": { - "jdks": [17, 21] + "jdks": [17, 21, 25] } -} \ No newline at end of file +}
