aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2023-01-06 16:52:14 +0000
committerDominik Stadler <centic@apache.org>2023-01-06 16:52:14 +0000
commite3924e5d0bd4a710b91221064584b490dfcb3b15 (patch)
tree92dfa19e0054f6035a7b2216d99d7d9b94f678a0 /build.xml
parenta174896eaff9d0eb1c4e7399598b379b3caca36a (diff)
downloadpoi-e3924e5d0bd4a710b91221064584b490dfcb3b15.tar.gz
poi-e3924e5d0bd4a710b91221064584b490dfcb3b15.zip
Update Apache Ant to latest 1.10.12 to try to make writing JUnit results work for JDK 20
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 81d94a7043..eedf437872 100644
--- a/build.xml
+++ b/build.xml
@@ -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.9" usage="excelant"/>
- <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.9" usage="excelant"/>
+ <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"/>
<!-- xml signature libs - not part of the distribution -->
<dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.1" usage="ooxml-provided"/>