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-test-services.git
commit 060ee6b4e10bf53b9212947a534909e9d24fe980 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Dec 1 11:45:19 2025 +0100 SLING-13019 Update to Parent 63 --- .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..6a453dc 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> @@ -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>
