aboutsummaryrefslogtreecommitdiffstats
path: root/poi
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-08-30 17:37:58 +0000
committerPJ Fanning <fanningpj@apache.org>2024-08-30 17:37:58 +0000
commitcb1f341bb92c7b079fe36da580f7e460d4aafd16 (patch)
treeb48b27f03862bca1e99a280a0a7d155c993a3a11 /poi
parenta2289f45969206619fc69fff11f8675775cd02b2 (diff)
downloadpoi-cb1f341bb92c7b079fe36da580f7e460d4aafd16.tar.gz
poi-cb1f341bb92c7b079fe36da580f7e460d4aafd16.zip
ant 1.10.15
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920302 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 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}"