aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-08-01 20:19:38 +0000
committerPJ Fanning <fanningpj@apache.org>2023-08-01 20:19:38 +0000
commit005863e1c9a864cfe6557b176b5bef16ed3a3864 (patch)
tree651dcf47897efef67bf75b24320f00d1f6659c24 /poi-integration
parentcb835739c6ed374f8c0375fdb1b9ad14fa600c30 (diff)
downloadpoi-005863e1c9a864cfe6557b176b5bef16ed3a3864.tar.gz
poi-005863e1c9a864cfe6557b176b5bef16ed3a3864.zip
gradle hates ant 1.10.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r--poi-integration/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index b75ec95f17..3e631a2ff9 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -39,7 +39,7 @@ sourceSets {
}
dependencies {
- testImplementation 'org.apache.ant:ant:1.10.13'
+ testImplementation 'org.apache.ant:ant:1.10.12'
testImplementation 'org.apache.commons:commons-collections4:4.4'
testImplementation 'com.google.guava:guava:32.1.1-jre'