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

rombert pushed a commit to branch issue/SLING-12934
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit 1d91cd4ea61804466a6206edb65583a2f576fddf
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Nov 28 17:47:47 2025 +0100

    SLING-12934 - Run Sling Starter ITs on Java 25
    
    - update to parent pom 63 with spotless support for Java 25
    - re-enable build on Java 25
---
 .sling-module.json | 3 ++-
 pom.xml            | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index c19a62c..0eda426 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -4,7 +4,8 @@
         "sonarQubeEnabled": false,
         "jdks": [
           17,
-          21
+          21,
+          25
         ],
         "rebuildFrequency": "@daily",
         "additionalMavenParams": "-Dit.startTimeoutSeconds=120",
diff --git a/pom.xml b/pom.xml
index 42b8da4..a147fe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>62</version>
+        <version>63</version>
         <relativePath />
     </parent>
 

Reply via email to