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

sseifert pushed a commit to branch feature/parent-63
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git

commit e0dd4d447e630057b9b6b2da9256d0d06f5441e8
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Dec 1 11:44:36 2025 +0100

    SLING-13019 Update to Parent 63
---
 .sling-module.json | 2 +-
 pom.xml            | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index cfad4d2..3298adb 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
diff --git a/pom.xml b/pom.xml
index 2b90498..1b5bfc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>62</version>
+        <version>63</version>
         <relativePath />
     </parent>
 
@@ -45,8 +45,8 @@
         <sling.java.version>17</sling.java.version>
         <frontend.target>target/frontend</frontend.target>
         
<project.build.outputTimestamp>1761166489</project.build.outputTimestamp>
-        <oak.version>1.16.0</oak.version>
     </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -67,7 +67,6 @@
         <dependency>
             <groupId>jakarta.json</groupId>
             <artifactId>jakarta.json-api</artifactId>
-            <version>2.1.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -78,7 +77,6 @@
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>
-            <version>6.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -114,7 +112,6 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-jackrabbit-api</artifactId>
-            <version>${oak.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -159,7 +156,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-commons</artifactId>
-            <version>2.22.2</version>
+            <version>${jackrabbit.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to