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-release-plugin.git
commit 2a4c470c32b1bd9c1547fa2c7706c83685513e0d Author: Gary Gregory <[email protected]> AuthorDate: Sun Sep 20 08:38:29 2026 -0400 Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.2 to 3.16.0. 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 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f3fbed6..8cb165f 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ commons.releaseManagerKey --> <!-- Including commons release plugin older version --> - <maven.plugin.version>3.15.2</maven.plugin.version> + <maven.plugin.version>3.16.0</maven.plugin.version> <commons.build-plugin.version>1.16.0</commons.build-plugin.version> <!-- Until Maven plugins used here don't fail the Moditect plugin --> <moditect.skip>true</moditect.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 451aa68..facbc95 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,6 +38,8 @@ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.22.2 (#431).</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.plexus:plexus-velocity from 2.3.0 to 2.4.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugin-tools:maven-plugin-annotations 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.9.2" date="2026-01-25" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
