This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new 7509dae Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 7509dae is described below commit 7509daee332c7ad57d2013e17bcbe1772ddb7faa Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 28 08:29:30 2025 -0400 Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80468c8..fbd0fa8 100644 --- a/pom.xml +++ b/pom.xml @@ -814,7 +814,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.5.0</version> + <version>3.5.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a80f8df..bf9ba71 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0 on Java 11 and up.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1.</action> </release> <release version="84" date="2025-05-16" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->