diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-01-10 19:44:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-01-10 19:44:37 +0000 |
commit | 16cddb4dd4a6d1bc9391687320c62b92c2cdf800 (patch) | |
tree | d8884321202514f1c141adc1e26be5188b7bee83 /build.xml | |
parent | 5c964e419438ad8f1aaf12dd2a05541d23580d20 (diff) | |
download | poi-16cddb4dd4a6d1bc9391687320c62b92c2cdf800.tar.gz poi-16cddb4dd4a6d1bc9391687320c62b92c2cdf800.zip |
upgrade ant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -291,8 +291,8 @@ under the License. <dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.19.0" 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.12" usage="excelant"/> - <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.12" usage="excelant"/> + <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.13" usage="excelant"/> + <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.13" usage="excelant"/> <!-- xml signature libs - not part of the distribution --> <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.1" usage="ooxml-provided"/> |