aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-20 22:48:54 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-20 22:48:54 +0000
commitf09e50305efcb86c93850013948bbbe9000ecd7a (patch)
tree4af869cc22eec1b53b0158a0c3c963757e59de6f /poi-excelant
parent6b1a477997e8e09fbc2fd9f0277baa198ee1c3b4 (diff)
downloadpoi-f09e50305efcb86c93850013948bbbe9000ecd7a.tar.gz
poi-f09e50305efcb86c93850013948bbbe9000ecd7a.zip
ant 1.10.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 1038bdb591..ac324c9bef 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -42,7 +42,7 @@ repositories {
}
dependencies {
- api 'org.apache.ant:ant:1.10.11'
+ api 'org.apache.ant:ant:1.10.12'
api project(':poi-ooxml')
compileOnly project(path: ':poi-ooxml', configuration: 'archives')