This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git
The following commit(s) were added to refs/heads/master by this push:
new 32bf32a Update to latest feature model dependencies
32bf32a is described below
commit 32bf32a6211cde7310032ff7136ec0a1e03811eb
Author: David Bosschaert <[email protected]>
AuthorDate: Fri Dec 18 09:53:12 2020 +0000
Update to latest feature model dependencies
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c61d117..4df7734 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,13 +56,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.16</version>
+ <version>1.2.18</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>1.3.14</version>
+ <version>1.3.16</version>
<scope>provided</scope>
</dependency>
<dependency>