diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-28 10:42:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-28 10:42:33 +0000 |
commit | 95cc8bc1cabc5317ba5fc02d16e5516c37e3468e (patch) | |
tree | ab51e9f4b7c3c9780bcce222746d9038b28603cc | |
parent | 2a9a2017428933c63daa7b1fe3c86510ef4cb2b0 (diff) | |
download | poi-95cc8bc1cabc5317ba5fc02d16e5516c37e3468e.tar.gz poi-95cc8bc1cabc5317ba5fc02d16e5516c37e3468e.zip |
log4j 2.17.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898463 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 10 | ||||
-rw-r--r-- | osgi/pom.xml | 2 | ||||
-rw-r--r-- | poi-ooxml/src/main/java/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' @@ -268,7 +268,7 @@ under the License. <dependency prefix="main.commons-math3" artifact="org.apache.commons:commons-math3:3.6.1" usage="main"/> <dependency prefix="main.commons-io" artifact="commons-io:commons-io:2.11.0" usage="main"/> <dependency prefix="main.com.zaxxer" artifact="com.zaxxer:SparseBitSet:1.2" usage="main"/> - <dependency prefix="main.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.17.1" usage="main"/> + <dependency prefix="main.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.17.2" usage="main"/> <dependency prefix="main.junit-api" artifact="org.junit.jupiter:junit-jupiter-api:5.8.2" usage="main-tests"/> <dependency prefix="main.junit-jengine" artifact="org.junit.jupiter:junit-jupiter-engine:5.8.2" usage="main-tests"/> @@ -288,7 +288,7 @@ under the License. <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.3" usage="main-tests"/> <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.3" usage="main-tests"/> <dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" usage="main-tests"/> - <dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.17.1" usage="main-tests"/> + <dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.17.2" usage="main-tests"/> <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/> <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.9" usage="excelant"/> @@ -2590,9 +2590,9 @@ under the License. <dependency prefix="spotbugs.commons-text" artifact="org.apache.commons:commons-text:1.9" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.jcip-annotations" artifact="net.jcip:jcip-annotations:1.0" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.icu4j" artifact="com.ibm.icu:icu4j:68.2" usage="${spotbugs.lib}" target="icu4j-63.1.jar"/> - <dependency prefix="spotbugs.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.17.1" usage="${spotbugs.lib}"/> - <dependency prefix="spotbugs.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.17.1" usage="${spotbugs.lib}"/> - <dependency prefix="spotbugs.log4j-slf4j18-impl" artifact="org.apache.logging.log4j:log4j-slf4j18-impl:2.17.1" usage="${spotbugs.lib}"/> + <dependency prefix="spotbugs.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.17.2" usage="${spotbugs.lib}"/> + <dependency prefix="spotbugs.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.17.2" usage="${spotbugs.lib}"/> + <dependency prefix="spotbugs.log4j-slf4j18-impl" artifact="org.apache.logging.log4j:log4j-slf4j18-impl:2.17.2" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.saxon" artifact="net.sf.saxon:Saxon-HE:9.9.1-8" usage="${spotbugs.lib}"/> <mkdir dir="${basedir}${spotbugs.lib}/config"/> 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 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.17.1</version> + <version>2.17.2</version> <scope>test</scope> </dependency> </dependencies> 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; * <ul> * <li>BouncyCastle bcpkix and bcprov (tested against 1.70)</li> * <li>Apache Santuario "xmlsec" (tested against 2.3.0)</li> - * <li>and log4j-api (tested against 2.17.1)</li> + * <li>and log4j-api (tested against 2.17.x)</li> * </ul> */ public class SignatureInfo { |