You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2022/04/20 15:55:22 UTC

[santuario-xml-security-java] branch 2.3.x-fixes updated: Updating Log4J to 2.17.2

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

coheigea pushed a commit to branch 2.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/2.3.x-fixes by this push:
     new 53ecf4b8 Updating Log4J to 2.17.2
53ecf4b8 is described below

commit 53ecf4b819f2afc2a8c17edc0bd18c67eab8ecbf
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Mar 1 07:23:28 2022 +0000

    Updating Log4J to 2.17.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d5cf6e44..cd23c7c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,7 +543,7 @@
         <slf4j.version>1.7.36</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.8.0</junit.version>
-        <log4j.version>2.17.1</log4j.version>
+        <log4j.version>2.17.2</log4j.version>
         <bcprov.version>1.70</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.8.2</xmlunit.version>