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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2a0fc8a  SLING-13019 Update to Parent 64 (#16)
2a0fc8a is described below

commit 2a0fc8aafb013b96e72ffdd3989925b8dcedd9f7
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Dec 8 10:03:45 2025 +0100

    SLING-13019 Update to Parent 64 (#16)
---
 .sling-module.json |  2 +-
 pom.xml            | 11 ++++-------
 2 files changed, 5 insertions(+), 8 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..8bd6613 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>64</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>
@@ -138,7 +135,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>5.6.0</version>
+            <version>5.20.0</version>
             <scope>test</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