aboutsummaryrefslogtreecommitdiffstats
path: root/poi
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2023-08-01 08:24:54 +0000
committerDominik Stadler <centic@apache.org>2023-08-01 08:24:54 +0000
commit8e2b749cf607dc1a4f92c305abec3056835e5e72 (patch)
tree0ab857843a459173e2bfd330d4e588d2b7d75980 /poi
parentce1e4695e76b9d5a4aa9649f6c191c9876a800d4 (diff)
downloadpoi-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')
-rw-r--r--poi/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index bf54b17b0a..b454a1d1eb 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}"