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-launchpad-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new a676bc5 Bump org.apache.jackrabbit:jackrabbit-core from 2.16.3 to
2.22.2 (#31)
a676bc5 is described below
commit a676bc51d7935f8851c735aa2f76a2109617a38c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 09:17:51 2025 +0100
Bump org.apache.jackrabbit:jackrabbit-core from 2.16.3 to 2.22.2 (#31)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Seifert <[email protected]>
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 68629df..1e4e218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,8 @@
<!-- Content-type for readiness check -->
<launchpad.readiness.mediatype>.txt:text/plain</launchpad.readiness.mediatype>
- <jackrabbit.version>2.16.3</jackrabbit.version>
+ <jackrabbit.version>2.22.2</jackrabbit.version>
+ <oak.version>1.88.0</oak.version>
<javadoc.excludePackageNames>org.apache.sling.*</javadoc.excludePackageNames>
</properties>
@@ -116,8 +117,8 @@
<!-- Pin some more Jackrabbit versions, to ensure all module versions
are aligned -->
<dependency>
<groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-api</artifactId>
- <version>${jackrabbit.version}</version>
+ <artifactId>oak-jackrabbit-api</artifactId>
+ <version>${oak.version}</version>
<scope>provided</scope>
</dependency>
<dependency>