You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/02/22 14:28:29 UTC

[syncope] branch 2_0_X updated: Upgrading SLF4J

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 43913a3  Upgrading SLF4J
43913a3 is described below

commit 43913a30c3e5950cecf0a6eff77d4799fe16d1dd
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Feb 22 15:28:05 2019 +0100

    Upgrading SLF4J
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8bbb72..5eaaba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
 
     <camel.version>2.17.7</camel.version>	
 
-    <slf4j.version>1.7.25</slf4j.version>
+    <slf4j.version>1.7.26</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
     <elasticsearch.version>5.6.15</elasticsearch.version>