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 2022/02/09 15:18:09 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 ca69cf0  Upgrading slf4j
ca69cf0 is described below

commit ca69cf095176ca7dfe19565087cfafe0e5f1fca2
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Feb 9 16:10:34 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 06c2b4b..875e2bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
 
     <camel.version>2.25.4</camel.version>
 
-    <slf4j.version>1.7.35</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
     <elasticsearch.version>7.15.2</elasticsearch.version>