Author: fanningpj
Date: Fri Aug 30 17:37:58 2024
New Revision: 1920302

URL: http://svn.apache.org/viewvc?rev=1920302&view=rev
Log:
ant 1.10.15

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml
    poi/trunk/poi-excelant/build.gradle
    poi/trunk/poi-integration/build.gradle
    poi/trunk/poi/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1920302&r1=1920301&r2=1920302&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Aug 30 17:37:58 2024
@@ -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",

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1920302&r1=1920301&r2=1920302&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Aug 30 17:37:58 2024
@@ -291,8 +291,8 @@ under the License.
     <dependency prefix="main.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.23.1" 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.14" 
usage="excelant"/>
-    <dependency prefix="main.antlauncher" 
artifact="org.apache.ant:ant-launcher:1.10.14" usage="excelant"/>
+    <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.15" 
usage="excelant"/>
+    <dependency prefix="main.antlauncher" 
artifact="org.apache.ant:ant-launcher:1.10.15" usage="excelant"/>
 
     <!-- xml signature libs - not part of the distribution -->
     <dependency prefix="dsig.xmlsec" 
artifact="org.apache.santuario:xmlsec:3.0.4" usage="ooxml-provided"/>

Modified: poi/trunk/poi-excelant/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-excelant/build.gradle?rev=1920302&r1=1920301&r2=1920302&view=diff
==============================================================================
--- poi/trunk/poi-excelant/build.gradle (original)
+++ poi/trunk/poi-excelant/build.gradle Fri Aug 30 17:37:58 2024
@@ -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')

Modified: poi/trunk/poi-integration/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-integration/build.gradle?rev=1920302&r1=1920301&r2=1920302&view=diff
==============================================================================
--- poi/trunk/poi-integration/build.gradle (original)
+++ poi/trunk/poi-integration/build.gradle Fri Aug 30 17:37:58 2024
@@ -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'
 

Modified: poi/trunk/poi/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/build.gradle?rev=1920302&r1=1920301&r2=1920302&view=diff
==============================================================================
--- poi/trunk/poi/build.gradle (original)
+++ poi/trunk/poi/build.gradle Fri Aug 30 17:37:58 2024
@@ -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}"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to