From 95cc8bc1cabc5317ba5fc02d16e5516c37e3468e Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 28 Feb 2022 10:42:33 +0000 Subject: [PATCH] log4j 2.17.2 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898463 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 10 +++++----- osgi/pom.xml | 2 +- .../org/apache/poi/poifs/crypt/dsig/SignatureInfo.java | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 5442fd76b6..cdb2463420 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { commonsIoVersion = '2.11.0' commonsMathVersion = '3.6.1' junitVersion = '5.8.2' - log4jVersion = '2.17.1' + log4jVersion = '2.17.2' mockitoVersion = '4.3.1' hamcrestVersion = '2.2' xmlbeansVersion = '5.0.3' diff --git a/build.xml b/build.xml index fd03e4e716..dd6020d36a 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ under the License. - + @@ -288,7 +288,7 @@ under the License. - + @@ -2590,9 +2590,9 @@ under the License. - - - + + + diff --git a/osgi/pom.xml b/osgi/pom.xml index 5d9077180c..95184238d7 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.17.1 + 2.17.2 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 bd2d9aeb78..942c22ca22 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.17.1)
  • + *
  • and log4j-api (tested against 2.17.x)
  • *
*/ public class SignatureInfo { -- 2.39.5