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:38:59 UTC

[sling-org-apache-sling-installer-factory-feature] branch master updated: Update dependencies to latest versions

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-installer-factory-feature.git


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

commit 888b4bef81cafd0f1b00764110525a2da40b7edd
Author: David Bosschaert <da...@apache.org>
AuthorDate: Mon Sep 14 14:38:45 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index eab75bf..3582580 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>38</version>
+        <version>39</version>
         <relativePath />
     </parent>
 
@@ -97,19 +97,19 @@
         <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.feature</artifactId>
-            <version>1.2.4</version>
+            <version>1.2.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.1.4</version>
+            <version>1.1.6</version>
             <scope>provided</scope>
         </dependency>