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 be6114c2942749c806a22855bb6bef8ad5aebd5d Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 15 08:56:36 2026 -0700 org.codehaus.mojo:taglist-maven-plugin from 3.2.2 to 3.2.3. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b1b8b0..a8976d1 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ <commons.mockito.version>4.11.0</commons.mockito.version> <commons.jmh.version>1.37</commons.jmh.version> <commons.asm.version>9.10.1</commons.asm.version> - <commons.taglist.version>3.2.2</commons.taglist.version> + <commons.taglist.version>3.2.3</commons.taglist.version> <commons.site-plugin.version>3.22.0</commons.site-plugin.version> <commons.spotbugs.plugin.version>4.10.4.1</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.10.4</commons.spotbugs.impl.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ec4601c..cfc6039 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove. <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> + <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> </release> <release version="105" date="2026-09-04" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
