This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
commit c9f60cb55001be34796131b3ee379e3e29dc49f2 Author: Gary Gregory <[email protected]> AuthorDate: Sun Sep 20 08:23:22 2026 -0400 Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.15.2 to 3.16.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e792635..04c54c0 100644 --- a/pom.xml +++ b/pom.xml @@ -145,7 +145,7 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-ant</artifactId> - <version>3.15.2</version> + <version>3.16.0</version> </dependency> </dependencies> <configuration> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4c4cc27..d900fcc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,6 +38,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump graalvm.version from 25.0.2 to 25.0.3 on Java 17 and up.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump graalvm.version from 25.0.3 to 25.3.4.1 on Java 25 and up (#424).</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugin-tools:maven-script-ant from 3.15.2 to 3.16.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.15.2 to 3.16.0.</action> </release> <release version="1.16.1" date="2026-01-25" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
