You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2020/04/27 09:06:02 UTC

[syncope] branch master updated: Updating Log4j to 2.13.2 due to CVE-2020-9488 (#177)

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

coheigea 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 ba6d317  Updating Log4j to 2.13.2 due to CVE-2020-9488 (#177)
ba6d317 is described below

commit ba6d317dcf560b36b58c02119a7e20b9b0106f15
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Mon Apr 27 10:05:51 2020 +0100

    Updating Log4j to 2.13.2 due to CVE-2020-9488 (#177)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index db29d46..3b3fd7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,7 @@ under the License.
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
-    <log4j.version>2.13.1</log4j.version>
+    <log4j.version>2.13.2</log4j.version>
     <disruptor.version>3.4.2</disruptor.version>
     
     <commons-jexl.version>3.1</commons-jexl.version>