This is an automated email from the ASF dual-hosted git repository.

joerghoh pushed a commit to branch SLING-12765-update-dependencies
in repository 
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit 7191ea56d82e2358c6b2b720c4c96bc89f224bb9
Author: Joerg Hoh <j...@adobe.com>
AuthorDate: Mon Apr 28 16:31:34 2025 +0200

    SLING-12765 update repoinit-parser and vault dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index acd2883..a83c406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.9.0</version>
+            <version>1.9.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -120,13 +120,13 @@
         <dependency>
             <groupId>org.apache.jackrabbit.vault</groupId>
             <artifactId>org.apache.jackrabbit.vault</artifactId>
-            <version>3.5.4</version>
+            <version>3.8.4</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit.vault</groupId>
             <artifactId>vault-validation</artifactId>
-            <version>3.5.4</version>
+            <version>3.8.4</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Reply via email to