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 07b7e68 Update Feature Model dependencies to latest release
07b7e68 is described below
commit 07b7e686e15494ee36fa06b0fdbd13ee13922488
Author: David Bosschaert <[email protected]>
AuthorDate: Mon Mar 2 16:44:56 2020 +0000
Update Feature Model dependencies to latest release
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 03b2e09..705fc9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,13 +62,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.1.2</version>
+ <version>1.1.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>1.2.4</version>
+ <version>1.2.6</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.io</artifactId>
- <version>1.2.2</version>
+ <version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>