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 884fd22 Bump com.github.spotbugs:spotbugs 4.9.1 -> 4.9.2 884fd22 is described below commit 884fd22c3704f75056aa684334540a2cce9c9ec0 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 2 09:40:21 2025 -0500 Bump com.github.spotbugs:spotbugs 4.9.1 -> 4.9.2 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 48e7596..20fe077 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ <commons.taglist.version>3.2.1</commons.taglist.version> <commons.site-plugin.version>3.21.0</commons.site-plugin.version> <commons.spotbugs.plugin.version>4.9.1.0</commons.spotbugs.plugin.version> - <commons.spotbugs.impl.version>4.9.1</commons.spotbugs.impl.version> + <commons.spotbugs.impl.version>4.9.2</commons.spotbugs.impl.version> <commons.surefire-report.version>3.5.2</commons.surefire-report.version> <commons.surefire.version>3.5.2</commons.surefire.version> <commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fdd0d3d..b0f367c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.3 on Java 11+.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.pmd-impl.version from 7.9.0 to 7.11.0 #583, #592.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.junit:junit-bom from 5.11.4 to 5.12.0.</action> - <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 from 4.9.0 to 4.9.2. SB 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-RC2, #593.</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>