diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-19 14:03:50 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-19 14:03:50 +0000 |
commit | 505be44699165a8bc78f156b5fddabb07b064878 (patch) | |
tree | 14c7572a53b706321724e1fff480beb137434e69 /poi/build.gradle | |
parent | 9017f15aadbecbd5787921430934335b56af74fe (diff) | |
download | poi-505be44699165a8bc78f156b5fddabb07b064878.tar.gz poi-505be44699165a8bc78f156b5fddabb07b064878.zip |
revert back to ant 1.10.12 - 1.10.13 breaks our build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908518 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 a2a5e29211..211ac58ddd 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.13' + testImplementation 'org.apache.ant:ant:1.10.12' testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" |