aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-03-19 13:48:23 +0000
committerPJ Fanning <fanningpj@apache.org>2023-03-19 13:48:23 +0000
commit36da005d3a275efc161bd71fc87f0403b8ca2aaf (patch)
tree7c4e5cb398c100b23e7927d7ec926c2b99c6b33a /poi/build.gradle
parent17899fc75b27cfb8ca001dd580ba9549b03646e4 (diff)
downloadpoi-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/build.gradle')
-rw-r--r--poi/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index 211ac58ddd..a2a5e29211 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -44,7 +44,7 @@ dependencies {
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
testImplementation 'org.reflections:reflections:0.10.2'
- testImplementation 'org.apache.ant:ant:1.10.12'
+ testImplementation 'org.apache.ant:ant:1.10.13'
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"