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 e24cf4a Bump com.github.spotbugs:spotbugs from 4.9.2 to 4.9.3 e24cf4a is described below commit e24cf4a76a2c4174da18bb8cbe64e2e19d89bb0d Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 17 08:05:06 2025 -0400 Bump com.github.spotbugs:spotbugs from 4.9.2 to 4.9.3 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1bcba79..1e72fe9 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.2.0</commons.spotbugs.plugin.version> - <commons.spotbugs.impl.version>4.9.2</commons.spotbugs.impl.version> + <commons.spotbugs.impl.version>4.9.3</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 c12e8e9..6506425 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.4 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.1.</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 from 4.9.0 to 4.9.3. 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.2.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>