This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 47e51a3 SLING-11389 Update repoinit parser dependency to latest (#69)
47e51a3 is described below
commit 47e51a32d07b8b7c6d7649c96bdb6714611b7dda
Author: Eric Norman <[email protected]>
AuthorDate: Wed Jul 13 13:29:00 2022 -0700
SLING-11389 Update repoinit parser dependency to latest (#69)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 10a3e14..388784a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.repoinit.parser</artifactId>
- <version>1.6.14</version>
+ <version>1.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>