diff options
author | Dominik Stadler <centic@apache.org> | 2023-08-01 08:24:54 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-08-01 08:24:54 +0000 |
commit | 8e2b749cf607dc1a4f92c305abec3056835e5e72 (patch) | |
tree | 0ab857843a459173e2bfd330d4e588d2b7d75980 /poi-integration | |
parent | ce1e4695e76b9d5a4aa9649f6c191c9876a800d4 (diff) | |
download | poi-8e2b749cf607dc1a4f92c305abec3056835e5e72.tar.gz poi-8e2b749cf607dc1a4f92c305abec3056835e5e72.zip |
Update Apache Ant to 1.10.13 and use newer Gradle syntax
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 3e631a2ff9..b75ec95f17 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -39,7 +39,7 @@ sourceSets { } dependencies { - testImplementation 'org.apache.ant:ant:1.10.12' + testImplementation 'org.apache.ant:ant:1.10.13' testImplementation 'org.apache.commons:commons-collections4:4.4' testImplementation 'com.google.guava:guava:32.1.1-jre' |