diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-09-03 21:13:36 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-09-03 21:13:36 +0000 |
commit | f63f3ff09d8bfc5afbbc60dde5053c14f407120b (patch) | |
tree | 1627d4c0cb01da9d033f7166aa2241755aadcd49 /poi/build.gradle | |
parent | 1eace7a0c4f5cb4d6116a4f416f71fed1f69b6d0 (diff) | |
download | poi-f63f3ff09d8bfc5afbbc60dde5053c14f407120b.tar.gz poi-f63f3ff09d8bfc5afbbc60dde5053c14f407120b.zip |
update to release 5.1.0
fix ooxml-lite build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892887 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 4e4507d51f..889fb6d95b 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'javax.activation:activation:1.1.1' testImplementation 'org.reflections:reflections:0.9.12' - testImplementation 'org.apache.ant:ant:1.10.9' + testImplementation 'org.apache.ant:ant:1.10.11' testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" |