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-test-services.git
The following commit(s) were added to refs/heads/master by this push:
new 78d2350 SLING-13019 Update to Parent 64 (#18)
78d2350 is described below
commit 78d235053787c1ed2484de69c8c08dfa215c7153
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Dec 8 10:17:15 2025 +0100
SLING-13019 Update to Parent 64 (#18)
---
.sling-module.json | 2 +-
pom.xml | 9 ++++-----
2 files changed, 5 insertions(+), 6 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 f40de72..c3c3e1f 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>
@@ -44,6 +44,7 @@
<sling.java.version>11</sling.java.version>
<project.build.outputTimestamp>2024-12-13T11:08:06Z</project.build.outputTimestamp>
</properties>
+
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
@@ -58,19 +59,18 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
- <version>2.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-server</artifactId>
- <version>2.22.2</version>
+ <version>${jackrabbit.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-webdav</artifactId>
- <version>2.22.2</version>
+ <version>${jackrabbit.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -81,7 +81,6 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
- <version>6.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>