You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/03/29 13:40:01 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: SLING-9296 : Update feature dependencies

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new 7453468  SLING-9296 : Update feature dependencies
7453468 is described below

commit 7453468419c049d43c5fbd37bd4663512ac2fd0f
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sun Mar 29 15:39:40 2020 +0200

    SLING-9296 : Update feature dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1ee93ca..8bb35c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,19 +113,19 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.2</version>
+            <version>1.1.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.2.2</version>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.8</version>
+            <version>1.0.12</version>
             <scope>provided</scope>
         </dependency>
         <dependency>