]> source.dussan.org Git - poi.git/commitdiff
ant 1.10.12
authorPJ Fanning <fanningpj@apache.org>
Wed, 20 Oct 2021 22:48:54 +0000 (22:48 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 20 Oct 2021 22:48:54 +0000 (22:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894425 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
poi-excelant/build.gradle
poi-integration/build.gradle
poi/build.gradle

index 8e73d37643c0877e928fb37fc7fe735c7cfb4404..8f88a0a88c0c9008216f41466942ac9b15f99c5f 100644 (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",
index 1038bdb5915d57dd11aea35cf0a03e8e739d7aee..ac324c9bef81f39208a91bddc4675b49d89949d4 100644 (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')
index 5c86fb104dbecad7724ad39fc0fac08ef07a97dd..df188dc639780d626e4287af0a05c236020e28e7 100644 (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'
 
index c0cd6149f089307e9bce75b6279c8eea9bbcc9c1..f203467029531a9ce3b2e40c1428b032fea1603d 100644 (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}"