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/12/17 07:47:24 UTC

[syncope] 01/02: 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

commit babf73b7e6ae4af3c89112ba139ec9482e809122
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Dec 17 07:05:23 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 443e8c4..788c419 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@ under the License.
 
     <camel.version>2.24.2</camel.version>	
 
-    <slf4j.version>1.7.29</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
     <elasticsearch.version>6.8.5</elasticsearch.version>