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 2021/06/25 09:17:53 UTC

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 04e18bd  Update dependencies
04e18bd is described below

commit 04e18bd324d243d35647abbac3eb65620c5dd007
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Jun 25 10:17:37 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 59a54e2..d2a0613 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>41</version>
+        <version>43</version>
         <relativePath />
     </parent>
 
@@ -210,7 +210,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.22</version>
+            <version>1.2.24</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -222,7 +222,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.14</version>
+            <version>1.0.18</version>
             <scope>provided</scope>
         </dependency>
         <dependency>