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 2021/03/15 07:03:13 UTC

[syncope] branch master updated: Upgrading Log4J2

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 3222950  Upgrading Log4J2
3222950 is described below

commit 322295019120c83a071d5d3980f31c89808bd1ae
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Mar 15 08:02:54 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 0e46c93..06bb5cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@ under the License.
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
-    <log4j.version>2.14.0</log4j.version>
+    <log4j.version>2.14.1</log4j.version>
     <disruptor.version>3.4.2</disruptor.version>
     
     <commons-jexl.version>3.1</commons-jexl.version>