You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2022/03/03 15:24:50 UTC

[sling-org-apache-sling-feature-analyser] 01/01: SLING-11177 : Update repo-init parser dependency to 1.6.14

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

angela pushed a commit to branch SLING-11177
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git

commit 06d2829a50cce99f4e737aa7bde09b6d5ea3b9b9
Author: angela <an...@adobe.com>
AuthorDate: Thu Mar 3 16:24:30 2022 +0100

    SLING-11177 : Update repo-init parser dependency to 1.6.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55d6008..49d7634 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.6.10</version>
+            <version>1.6.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>