You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2018/09/02 20:57:12 UTC

[sling-org-apache-sling-caconfig-integration-tests] branch master updated: update dependencies

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-integration-tests.git


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

commit b0e12fe9d6196d4bd415b6b0b978040758f3fbb2
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Sun Sep 2 22:57:03 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index fca5d85..6a18706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,19 +145,19 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.caconfig.api</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.caconfig.spi</artifactId>
-            <version>1.3.3-SNAPSHOT</version>
+            <version>1.3.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.caconfig.impl</artifactId>
-            <version>1.4.13-SNAPSHOT</version>
+            <version>1.4.15-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>