This is an automated email from the ASF dual-hosted git repository.

enorman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlet-helpers.git


The following commit(s) were added to refs/heads/master by this push:
     new 0130fe9  SLING-12589 enable build with Java 21 (#22)
0130fe9 is described below

commit 0130fe99ebfdfdfa8f94cd5cbd223388a4fe88c6
Author: Eric Norman <[email protected]>
AuthorDate: Wed Aug 20 14:44:13 2025 -0700

    SLING-12589 enable build with Java 21 (#22)
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 0419030..f360581 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

Reply via email to