From: PJ Fanning Date: Sat, 18 Dec 2021 09:50:10 +0000 (+0000) Subject: log4j 2.17.0 X-Git-Tag: REL_5_2_0~74 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=969a2a710c25caca09d96ab7b225dbeae80ea57e;p=poi.git log4j 2.17.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896117 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index e40c69d6ce..93ae372e9d 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { commonsIoVersion = '2.11.0' commonsMathVersion = '3.6.1' junitVersion = '5.8.2' - log4jVersion = '2.16.0' + log4jVersion = '2.17.0' mockitoVersion = '4.2.0' hamcrestVersion = '2.2' xmlbeansVersion = '5.0.2' diff --git a/build.xml b/build.xml index 6dbf8a614e..ce0bb8651f 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ under the License. - + @@ -288,7 +288,7 @@ under the License. - + @@ -2580,9 +2580,9 @@ under the License. - - - + + + diff --git a/osgi/pom.xml b/osgi/pom.xml index c2acf3a6b2..5e6f41181b 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.16.0 + 2.17.0 test diff --git a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java index 67ab29f547..24881ec670 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java +++ b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java @@ -155,7 +155,7 @@ import org.w3c.dom.events.MutationEvent; *
    *
  • BouncyCastle bcpkix and bcprov (tested against 1.70)
  • *
  • Apache Santuario "xmlsec" (tested against 2.3.0)
  • - *
  • and log4j-api (tested against 2.16.0)
  • + *
  • and log4j-api (tested against 2.17.0)
  • *
*/ public class SignatureInfo {