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:29 UTC

[syncope] branch master updated: Upgrading SLF4J

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f11c50  Upgrading SLF4J
7f11c50 is described below

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

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

diff --git a/pom.xml b/pom.xml
index a1341e4..981ec8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,7 +429,7 @@ under the License.
 
     <camel.version>3.0.0</camel.version>
 
-    <slf4j.version>1.7.29</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
     <opensaml.version>3.4.4</opensaml.version>
 
     <elasticsearch.version>7.5.0</elasticsearch.version>