From: PJ Fanning Date: Tue, 10 Jan 2023 19:44:37 +0000 (+0000) Subject: upgrade ant X-Git-Tag: REL_5_2_4~295 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16cddb4dd4a6d1bc9391687320c62b92c2cdf800;p=poi.git upgrade ant git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906557 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index 4fd45217f8..09dcae794a 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ configurations { dependencies { antLibs("org.junit.jupiter:junit-jupiter:5.9.1") - antLibs("org.apache.ant:ant-junitlauncher:1.10.12") + antLibs("org.apache.ant:ant-junitlauncher:1.10.13") } ant.taskdef(name: "junit", diff --git a/build.xml b/build.xml index eedf437872..36e9db4c20 100644 --- a/build.xml +++ b/build.xml @@ -291,8 +291,8 @@ under the License. - - + + diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 0c0bb935d4..0bf47c0fe7 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -31,7 +31,7 @@ sourceSets { } dependencies { - api 'org.apache.ant:ant:1.10.12' + api 'org.apache.ant:ant:1.10.13' api project(':poi-ooxml') compileOnly project(path: ':poi-ooxml', configuration: 'archives') diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index f9967fc2dd..fe9c6859bf 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -39,7 +39,7 @@ sourceSets { } dependencies { - testImplementation 'org.apache.ant:ant:1.10.12' + testImplementation 'org.apache.ant:ant:1.10.13' testImplementation 'org.apache.commons:commons-collections4:4.4' testImplementation 'com.google.guava:guava:31.1-jre' diff --git a/poi/build.gradle b/poi/build.gradle index c2f60e24a0..59d75e87bc 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}"