diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-08-07 10:19:16 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-08-07 10:19:16 +0000 |
commit | d681bcfcfb00cc8b6f33851a28c5c03008e795cd (patch) | |
tree | bceb748bea47f5689afa49713b6455ccbbf32d6c /build.xml | |
parent | fdb8b41fe36b3ae332b151f7e9a7ff244f82f3ca (diff) | |
download | poi-d681bcfcfb00cc8b6f33851a28c5c03008e795cd.tar.gz poi-d681bcfcfb00cc8b6f33851a28c5c03008e795cd.zip |
slf4j 2.0.14
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919716 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -340,7 +340,7 @@ under the License. <dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10.2" usage="ooxml-tests"/> <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:33.2.1-jre" usage="ooxml-tests"/> <dependency prefix="ooxml.test.javassist" artifact="org.javassist:javassist:3.27.0-GA" usage="ooxml-tests"/> - <dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.13" usage="ooxml-tests"/> + <dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.14" usage="ooxml-tests"/> <dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/> <!-- coverage libs --> |