From: PJ Fanning Date: Fri, 30 Aug 2024 17:37:58 +0000 (+0000) Subject: ant 1.10.15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cb1f341bb92c7b079fe36da580f7e460d4aafd16;p=poi.git ant 1.10.15 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920302 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index d91dc74853..2eb6d9cec9 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ configurations { dependencies { antLibs("org.junit.jupiter:junit-jupiter:5.11.0") - antLibs("org.apache.ant:ant-junitlauncher:1.10.14") + antLibs("org.apache.ant:ant-junitlauncher:1.10.15") } ant.taskdef(name: "junit", diff --git a/build.xml b/build.xml index 79d5b69edc..90a29756f9 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 72ccc49de2..8a458e9aa7 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -31,7 +31,7 @@ sourceSets { } dependencies { - api 'org.apache.ant:ant:1.10.14' + api 'org.apache.ant:ant:1.10.15' api project(':poi-ooxml') compileOnly project(path: ':poi-ooxml', configuration: 'archives') diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 7a9538bc2b..0660c6996a 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -39,7 +39,7 @@ sourceSets { } dependencies { - testImplementation 'org.apache.ant:ant:1.10.14' + testImplementation 'org.apache.ant:ant:1.10.15' testImplementation 'org.apache.commons:commons-collections4:4.4' testImplementation 'com.google.guava:guava:33.3.0-jre' 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}"