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-parent.git
commit 4ccbc5646aa0b5afef286fad7152758e929cf2ef Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 15 08:58:05 2026 -0700 org.codehaus.mojo:versions-maven-plugin from 2.21.0 to 2.22.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 a8976d1..3725b80 100644 --- a/pom.xml +++ b/pom.xml @@ -606,7 +606,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> - <version>2.21.0</version> + <version>2.22.0</version> </plugin> <plugin> <groupId>org.jacoco</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cfc6039..18e2c9f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 to 3.6.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.6.3 to 3.6.4.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:taglist-maven-plugin from 3.2.2 to 3.2.3.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:versions-maven-plugin from 2.21.0 to 2.22.0.</action> </release> <release version="105" date="2026-09-04" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
