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 5a727199ca3a6b1f30087d51f973a8663f28ca8b Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 15 08:51:56 2026 -0700 org.codehaus.mojo:animal-sniffer-maven-plugin from 1.27 to 1.28. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ce613f..a274fcd 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ <commons.compiler.javadoc /> <version.maven-source-plugin>3.4.0</version.maven-source-plugin> <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) --> - <commons.animal-sniffer.version>1.27</commons.animal-sniffer.version> + <commons.animal-sniffer.version>1.28</commons.animal-sniffer.version> <!-- 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> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1ec6213..dccf8df 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,7 @@ 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> </release> <release version="105" date="2026-09-04" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
