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 b18c061a0325bcf824e6c63614d3f8a403810ed2 Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 15 08:53:49 2026 -0700 org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 to 3.6.2. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a274fcd..48dd831 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ <!-- Almost all signatures use version 1.0. Allow override just in case --> <commons.animal-sniffer.signature.version>1.0</commons.animal-sniffer.signature.version> <commons.assembly-plugin.version>3.8.0</commons.assembly-plugin.version> - <commons.build-helper.version>3.6.1</commons.build-helper.version> + <commons.build-helper.version>3.6.2</commons.build-helper.version> <commons.build-plugin.version>1.16.1</commons.build-plugin.version> <commons.changes.version>3.0.0-M3</commons.changes.version> <commons.checkstyle-plugin.version>3.6.0</commons.checkstyle-plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dccf8df..d0d326a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <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> </release> <release version="105" date="2026-09-04" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
