From 5ff9c60cbf34ee4c20daff9188318ef4a0f1216a Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 10 Dec 2021 08:00:11 +0000 Subject: [PATCH] log4j 2.15.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895746 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 14 ++++++-------- osgi/pom.xml | 2 +- .../apache/poi/poifs/crypt/dsig/SignatureInfo.java | 6 +++--- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/build.gradle b/build.gradle index 8a335ec893..83a195fe5b 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.14.1' + log4jVersion = '2.15.0' mockitoVersion = '4.1.0' hamcrestVersion = '2.2' xmlbeansVersion = '5.0.2' diff --git a/build.xml b/build.xml index f58c184acd..ee18011c4c 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ under the License. - + @@ -288,7 +288,7 @@ under the License. - + @@ -690,9 +690,7 @@ under the License. - - - + @@ -2579,9 +2577,9 @@ under the License. - - - + + + diff --git a/osgi/pom.xml b/osgi/pom.xml index c44ead564c..a2000fcced 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.15.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 98347ef578..f90bf17bb0 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 @@ -153,9 +153,9 @@ import org.w3c.dom.events.MutationEvent; *

To use SignatureInfo and its sibling classes, you'll need to have the following libs * in the classpath:

*
    - *
  • BouncyCastle bcpkix and bcprov (tested against 1.67)
  • - *
  • Apache Santuario "xmlsec" (tested against 2.2.0)
  • - *
  • and log4j-api (tested against 2.14.0)
  • + *
  • BouncyCastle bcpkix and bcprov (tested against 1.70)
  • + *
  • Apache Santuario "xmlsec" (tested against 2.3.0)
  • + *
  • and log4j-api (tested against 2.15.0)
  • *
*/ public class SignatureInfo { -- 2.39.5