diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-19 13:48:23 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-19 13:48:23 +0000 |
commit | 36da005d3a275efc161bd71fc87f0403b8ca2aaf (patch) | |
tree | 7c4e5cb398c100b23e7927d7ec926c2b99c6b33a /poi-excelant | |
parent | 17899fc75b27cfb8ca001dd580ba9549b03646e4 (diff) | |
download | poi-36da005d3a275efc161bd71fc87f0403b8ca2aaf.tar.gz poi-36da005d3a275efc161bd71fc87f0403b8ca2aaf.zip |
ant 1.10.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908516 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 4a07920cd7..3e5e655de2 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -31,7 +31,7 @@ sourceSets { } dependencies { - api 'org.apache.ant:ant:1.10.12' + api 'org.apache.ant:ant:1.10.13' api project(':poi-ooxml') compileOnly project(path: ':poi-ooxml', configuration: 'archives') |