You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/01/16 12:55:36 UTC

[sling-parent] 02/02: SLING-7384 Revise dependencies

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git

commit efe63a9d42efebe073aa0a23ea76a6732121ee11
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 16 13:55:14 2018 +0100

    SLING-7384 Revise dependencies
    
    update slf4j
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 099b438..3c557d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1144,7 +1144,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.7.6</version>
+                <version>1.7.25</version>
                 <scope>provided</scope>
             </dependency>
 
@@ -1191,7 +1191,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.7.6</version>
+                <version>1.7.25</version>
                 <scope>test</scope>
             </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.