diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-14 18:57:24 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-14 18:57:24 +0000 |
commit | 567b5747421f10db984b7cd46e810608340a96e5 (patch) | |
tree | 4dcfe9a198fa6390eb0931661296639d142c35b1 /build.xml | |
parent | c8a8b1e2528632e8554d714f2ee5a5e18140c75c (diff) | |
download | poi-567b5747421f10db984b7cd46e810608340a96e5.tar.gz poi-567b5747421f10db984b7cd46e810608340a96e5.zip |
compress-compress 1.21
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -331,7 +331,7 @@ under the License. <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target--> <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.06" usage="ooxml"/> <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.0" usage="ooxml"/> - <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.20" usage="ooxml"/> + <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.21" usage="ooxml"/> <!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target--> <dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.9.12" usage="ooxml-tests"/> |