This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 9eb5e3f6 Bump org.apache.ant:ant from 1.10.16 to 1.10.17 (#1556)
9eb5e3f6 is described below
commit 9eb5e3f600f8e3497bb8445689f2169642d9e384
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 12 13:19:18 2026 +0200
Bump org.apache.ant:ant from 1.10.16 to 1.10.17 (#1556)
Bumps org.apache.ant:ant from 1.10.16 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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d2f752df..e787a46b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.16</version>
+ <version>1.10.17</version>
</dependency>
</dependencies>
<executions>