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 918d2c35595a675ae6c06bc6bafc8c8c976ad3cc Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 15 08:55:28 2026 -0700 org.codehaus.mojo:exec-maven-plugin from 3.6.3 to 3.6.4. --- pom.xml | 2 +- src/changes/changes.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 48dd831..0b1b8b0 100644 --- a/pom.xml +++ b/pom.xml @@ -812,7 +812,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.6.3</version> + <version>3.6.4</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d0d326a..ec4601c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,8 +63,9 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.bcel:bcel from 6.12.0 to 6.13.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.10.4.0 to 4.10.4.1.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">org.codehaus.mojo:animal-sniffer-maven-plugin from 1.27 to 1.28.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">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:animal-sniffer-maven-plugin from 1.27 to 1.28.</action> + <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> </release> <release version="105" date="2026-09-04" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
