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-contentparser-xml-jcr.git
The following commit(s) were added to refs/heads/master by this push:
new 7785f84 SLING-12282 Update Dependencies to 2023 (#2)
7785f84 is described below
commit 7785f84968e7558fe12529d4afccb78d60e50932
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Apr 9 12:01:02 2024 +0200
SLING-12282 Update Dependencies to 2023 (#2)
---
pom.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ead730c..04e8bbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,16 +52,22 @@
<version>2.0</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>oak-jackrabbit-api</artifactId>
+ <version>1.22.15</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.8.0</version>
+ <version>2.20.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>org.apache.jackrabbit.vault</artifactId>
- <version>3.1.18</version>
+ <version>3.2.8</version>
<scope>provided</scope>
</dependency>
<dependency>