diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-08-15 09:47:52 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-08-15 09:47:52 +0000 |
commit | c8b87e24939b5ba8a59e30254860065d462bf7aa (patch) | |
tree | b9cf6379d955e3875d91de37c52742277723d4bb /build.xml | |
parent | c42980197ad46521167caf6860da4b2efe31a9ce (diff) | |
download | poi-c8b87e24939b5ba8a59e30254860065d462bf7aa.tar.gz poi-c8b87e24939b5ba8a59e30254860065d462bf7aa.zip |
matche log4j-api version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2615,7 +2615,7 @@ under the License. <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-68.2.jar"/> <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.1" 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:11.3" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.xmlresolver" artifact="org.xmlresolver:xmlresolver:4.2.0" usage="${spotbugs.lib}"/> |