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:39:41 UTC

[sling-slingfeature-maven-plugin] 01/02: SLING-10552 Update to latest 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-slingfeature-maven-plugin.git

commit aef2ca475dcfb3b1bf4f300ee25ec35da8a4b981
Author: David Bosschaert <da...@apache.org>
AuthorDate: Fri Jun 25 10:34:41 2021 +0100

    SLING-10552 Update to latest dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf44cc7..b926d42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
          <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.14</version>
+            <version>1.0.18</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -167,17 +167,17 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.22</version>
+            <version>1.2.24</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.26</version>
+            <version>1.3.28</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.3.0</version>
+            <version>1.3.2</version>
         </dependency>
         <!-- aux dependencies for Content-Package check -->
         <dependency>