diff options
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 4 | ||||
-rw-r--r-- | poi-excelant/build.gradle | 2 | ||||
-rw-r--r-- | poi-integration/build.gradle | 2 | ||||
-rw-r--r-- | poi/build.gradle | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index c7c0749533..6c944d7383 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ configurations { dependencies { antLibs("org.junit.jupiter:junit-jupiter:5.9.2") - antLibs("org.apache.ant:ant-junitlauncher:1.10.13") + antLibs("org.apache.ant:ant-junitlauncher:1.10.12") } ant.taskdef(name: "junit", @@ -291,8 +291,8 @@ under the License. <dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.20.0" usage="main-tests"/> <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/> - <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.13" usage="excelant"/> - <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.13" usage="excelant"/> + <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.12" usage="excelant"/> + <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.12" usage="excelant"/> <!-- xml signature libs - not part of the distribution --> <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.1" usage="ooxml-provided"/> diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 779fca31dc..f54dbab7bb 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -31,7 +31,7 @@ sourceSets { } dependencies { - api 'org.apache.ant:ant:1.10.13' + api 'org.apache.ant:ant:1.10.12' api project(':poi-ooxml') compileOnly project(path: ':poi-ooxml', configuration: 'archives') diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 98076d8a84..cf81d90f47 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:31.1-jre' 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}" |