You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/07/02 13:55:16 UTC

[sling-org-apache-sling-feature-cpconverter] branch issues/SLING-10579 updated: Update dependencies

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

pauls pushed a commit to branch issues/SLING-10579
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/issues/SLING-10579 by this push:
     new fb9a335  Update dependencies
fb9a335 is described below

commit fb9a3354986f7fa5001066c4d94a2729ef8224f9
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri Jul 2 15:54:46 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 3f00663..6d48fb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,19 +111,19 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.feature</artifactId>
-      <version>1.2.22</version>
+      <version>1.2.26</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-      <version>1.2.0</version>
+      <version>1.3.4</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.repoinit.parser</artifactId>
-      <version>1.6.8</version>
+      <version>1.6.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>