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 bc616e5 Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 bc616e5 is described below commit bc616e5a39cb18b740e50cd76b9161fe551cc0d2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Feb 26 16:19:42 2025 -0500 Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36b35bd..c6d40ff 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ <commons.jxr.version>3.6.0</commons.jxr.version> <commons.pmd.version>3.26.0</commons.pmd.version> <commons.pmd-impl.version>7.10.0</commons.pmd-impl.version> - <commons.project-info.version>3.8.0</commons.project-info.version> + <commons.project-info.version>3.9.0</commons.project-info.version> <commons.rat.version>0.16.1</commons.rat.version> <commons.release-plugin.version>1.9.0</commons.release-plugin.version> <commons.scm-publish.version>1.1</commons.scm-publish.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3cd1d17..30b61d5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs from 4.9.0 to 4.9.1. Fixes https://github.com/spotbugs/spotbugs/issues/3266: Exception analyzing org.apache.commons.io.input.BOMInputStream using detector edu.umd.cs.findbugs.detect.FindReturnRef.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.spdx:spdx-maven-plugin from 0.7.4 to 1.0.0-RC1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0.</action> </release> <release version="81" date="2025-01-29" description="Version 81: This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->