You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/09/14 13:44:47 UTC

[sling-org-apache-sling-feature-extension-unpack] branch master updated: Update dependencies to latest version

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-unpack.git


The following commit(s) were added to refs/heads/master by this push:
     new 5483a63  Update dependencies to latest version
5483a63 is described below

commit 5483a63b3f64a067d80077abb741ada23c265f63
Author: David Bosschaert <da...@apache.org>
AuthorDate: Mon Sep 14 14:44:10 2020 +0100

    Update dependencies to latest version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff5c0df..e6bff3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,13 +162,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.8.0</version>
+            <version>3.11.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.factory.feature</artifactId>
-            <version>0.4.1-SNAPSHOT</version>
+            <version>0.5.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>