From 79a1e6b1e90c613958f91739f15c5f8512f7ee0b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 28 Dec 2021 19:15:32 +0000 Subject: [PATCH] log4j 2.17.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896481 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 b0dffcf419..22944f879d 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.17.0' + log4jVersion = '2.17.1' mockitoVersion = '4.2.0' hamcrestVersion = '2.2' xmlbeansVersion = '5.0.3' diff --git a/build.xml b/build.xml index 32bf95914a..00e1f85a36 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 5e6f41181b..ee206a9d7e 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 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 24881ec670..bd2d9aeb78 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.0)
  • + *
  • and log4j-api (tested against 2.17.1)
  • *
*/ public class SignatureInfo { -- 2.39.5