diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-20 22:48:54 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-20 22:48:54 +0000 |
commit | f09e50305efcb86c93850013948bbbe9000ecd7a (patch) | |
tree | 4af869cc22eec1b53b0158a0c3c963757e59de6f /poi/build.gradle | |
parent | 6b1a477997e8e09fbc2fd9f0277baa198ee1c3b4 (diff) | |
download | poi-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/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 c0cd6149f0..f203467029 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -49,7 +49,7 @@ dependencies { // implementation 'javax.activation:activation:1.1.1' testImplementation 'org.reflections:reflections:0.10.1' - testImplementation 'org.apache.ant:ant:1.10.11' + testImplementation 'org.apache.ant:ant:1.10.12' testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" |