diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-08-30 17:37:58 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-08-30 17:37:58 +0000 |
commit | cb1f341bb92c7b079fe36da580f7e460d4aafd16 (patch) | |
tree | b48b27f03862bca1e99a280a0a7d155c993a3a11 /poi-excelant | |
parent | a2289f45969206619fc69fff11f8675775cd02b2 (diff) | |
download | poi-cb1f341bb92c7b079fe36da580f7e460d4aafd16.tar.gz poi-cb1f341bb92c7b079fe36da580f7e460d4aafd16.zip |
ant 1.10.15
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920302 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 72ccc49de2..8a458e9aa7 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -31,7 +31,7 @@ sourceSets { } dependencies { - api 'org.apache.ant:ant:1.10.14' + api 'org.apache.ant:ant:1.10.15' api project(':poi-ooxml') compileOnly project(path: ':poi-ooxml', configuration: 'archives') |