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 77b89e02ed Bump org.apache.ant:ant from 1.10.15 to 1.10.17 (#1158)
77b89e02ed is described below
commit 77b89e02edc1f4aaed2785969d9bbdc0c1a36b09
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 15:41:14 2026 +0100
Bump org.apache.ant:ant from 1.10.15 to 1.10.17 (#1158)
Bumps org.apache.ant:ant from 1.10.15 to 1.10.17.
---
updated-dependencies:
- dependency-name: org.apache.ant:ant
dependency-version: 1.10.17
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poi-excelant/build.gradle | 2 +-
poi-integration/build.gradle | 2 +-
poi/build.gradle | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index cac557f98c..42b4f5b714 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -31,7 +31,7 @@ sourceSets {
}
dependencies {
- api 'org.apache.ant:ant:1.10.15'
+ api 'org.apache.ant:ant:1.10.17'
api project(':poi-ooxml')
compileOnly project(path: ':poi-ooxml', configuration: 'archives')
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index c8255f681f..5592642219 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -39,7 +39,7 @@ sourceSets {
}
dependencies {
- testImplementation 'org.apache.ant:ant:1.10.15'
+ testImplementation 'org.apache.ant:ant:1.10.17'
testImplementation 'org.apache.commons:commons-collections4:4.5.0'
testImplementation 'com.google.guava:guava:33.6.0-jre'
testImplementation 'org.apache.commons:commons-csv:1.14.1'
diff --git a/poi/build.gradle b/poi/build.gradle
index 256d587a67..2b96a88dbd 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -43,7 +43,7 @@ dependencies {
api 'com.zaxxer:SparseBitSet:1.3'
testImplementation 'org.reflections:reflections:0.10.2'
- testImplementation 'org.apache.ant:ant:1.10.15'
+ testImplementation 'org.apache.ant:ant:1.10.17'
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]