ant 1.10.12

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-20 22:48:54 +00:00
parent 6b1a477997
commit f09e50305e
4 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ configurations {
dependencies {
antLibs("org.junit.jupiter:junit-jupiter:5.8.1")
antLibs("org.apache.ant:ant-junitlauncher:1.10.11")
antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
}
ant.taskdef(name: "junit",

View File

@ -42,7 +42,7 @@ repositories {
}
dependencies {
api 'org.apache.ant:ant:1.10.11'
api 'org.apache.ant:ant:1.10.12'
api project(':poi-ooxml')
compileOnly project(path: ':poi-ooxml', configuration: 'archives')

View File

@ -48,7 +48,7 @@ repositories {
}
dependencies {
testImplementation 'org.apache.ant:ant:1.10.11'
testImplementation 'org.apache.ant:ant:1.10.12'
testImplementation 'org.apache.commons:commons-collections4:4.4'
testImplementation 'com.google.guava:guava:31.0.1-jre'

View File

@ -49,7 +49,7 @@ dependencies {
// implementation 'javax.activation:activation:1.1.1'
testImplementation 'org.reflections:reflections:0.10.1'
testImplementation 'org.apache.ant:ant:1.10.11'
testImplementation 'org.apache.ant:ant:1.10.12'
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"