From cb1f341bb92c7b079fe36da580f7e460d4aafd16 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 30 Aug 2024 17:37:58 +0000 Subject: ant 1.10.15 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920302 13f79535-47bb-0310-9956-ffa450edef68 --- poi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poi') diff --git a/poi/build.gradle b/poi/build.gradle index 94cf7f8c67..a69312b99e 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.14' + testImplementation 'org.apache.ant:ant:1.10.15' testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" -- cgit v1.2.3