From c105f7f7d5716ff1283d39e2ad75642555d40ee1 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 13 Dec 2021 23:59:38 +0000 Subject: [PATCH] log4j 2.16.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895930 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 11 ++++++----- osgi/pom.xml | 2 +- .../apache/poi/poifs/crypt/dsig/SignatureInfo.java | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 8a1a13e073..1b398c8ffc 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.15.0' + log4jVersion = '2.16.0' mockitoVersion = '4.1.0' hamcrestVersion = '2.2' xmlbeansVersion = '5.0.3' diff --git a/build.xml b/build.xml index a58a1bcad5..0728673b09 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ under the License. - + @@ -288,7 +288,7 @@ under the License. - + @@ -671,6 +671,7 @@ under the License. + @@ -2579,9 +2580,9 @@ under the License. - - - + + + diff --git a/osgi/pom.xml b/osgi/pom.xml index a2000fcced..c2acf3a6b2 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.15.0 + 2.16.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 f90bf17bb0..67ab29f547 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.15.0)
  • + *
  • and log4j-api (tested against 2.16.0)
  • *
*/ public class SignatureInfo {