This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch SLING-12656
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-base.git
The following commit(s) were added to refs/heads/SLING-12656 by this push:
new bb04ed5 update to latest versions of still supported Jackrabbit
branches
bb04ed5 is described below
commit bb04ed55f3ef7eadcd8520e5a64ca7f8b6d7fc9a
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Feb 13 13:07:50 2025 +0100
update to latest versions of still supported Jackrabbit branches
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index c78263b..c13f74d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,19 +102,19 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-rmi</artifactId>
- <version>2.0.0</version>
+ <version>2.20.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-api</artifactId>
- <version>2.13.4</version>
+ <artifactId>oak-jackrabbit-api</artifactId>
+ <version>1.22.21</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.0.0</version>
+ <version>2.20.16</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -126,7 +126,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-commons</artifactId>
- <version>1.6.20</version>
+ <version>1.22.21</version>
<scope>provided</scope>
</dependency>
<dependency>