This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new e5a9e0f421 ant 1.10.17 (#1161)
e5a9e0f421 is described below
commit e5a9e0f4217eb3a637d9e5836573861472cbd116
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 29 17:27:54 2026 +0100
ant 1.10.17 (#1161)
---
build.gradle | 2 +-
build.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 7fa24f4900..2f691f0698 100644
--- a/build.gradle
+++ b/build.gradle
@@ -73,7 +73,7 @@ configurations {
dependencies {
antLibs("org.junit.jupiter:junit-jupiter:6.1.0")
- antLibs("org.apache.ant:ant-junitlauncher:1.10.15")
+ antLibs("org.apache.ant:ant-junitlauncher:1.10.17")
}
ant.taskdef(name: "junit",
diff --git a/build.xml b/build.xml
index 9264b3016d..d440a74f2a 100644
--- a/build.xml
+++ b/build.xml
@@ -277,8 +277,8 @@ under the License.
<dependency prefix="main.log4j-core"
artifact="org.apache.logging.log4j:log4j-core:2.26.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.15"
usage="excelant"/>
- <dependency prefix="main.antlauncher"
artifact="org.apache.ant:ant-launcher:1.10.15" usage="excelant"/>
+ <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.17"
usage="excelant"/>
+ <dependency prefix="main.antlauncher"
artifact="org.apache.ant:ant-launcher:1.10.17" usage="excelant"/>
<!-- xml signature libs - not part of the distribution -->
<dependency prefix="dsig.xmlsec"
artifact="org.apache.santuario:xmlsec:3.0.6" usage="ooxml-provided"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]