diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-01-10 19:44:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-01-10 19:44:37 +0000 |
commit | 16cddb4dd4a6d1bc9391687320c62b92c2cdf800 (patch) | |
tree | d8884321202514f1c141adc1e26be5188b7bee83 /poi/build.gradle | |
parent | 5c964e419438ad8f1aaf12dd2a05541d23580d20 (diff) | |
download | poi-16cddb4dd4a6d1bc9391687320c62b92c2cdf800.tar.gz poi-16cddb4dd4a6d1bc9391687320c62b92c2cdf800.zip |
upgrade ant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi/build.gradle')
-rw-r--r-- | poi/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle index c2f60e24a0..59d75e87bc 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}" |