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_1_X updated: Upgrading SLF4J

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 82ec6b3  Upgrading SLF4J
82ec6b3 is described below

commit 82ec6b31cd4d50eeee14cae683bf20a2c8928136
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 cea7e3a..acb15cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
 
     <camel.version>2.23.0</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>6.6.1</elasticsearch.version>