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
commit df5da855de2e5a6fea62450e463f0c154264b2aa Author: Gary Gregory <[email protected]> AuthorDate: Sun Mar 29 10:41:59 2026 -0400 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.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 f42fb35..d6784fe 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ <commons.asm.version>9.9.1</commons.asm.version> <commons.taglist.version>3.2.2</commons.taglist.version> <commons.site-plugin.version>3.21.0</commons.site-plugin.version> - <commons.spotbugs.plugin.version>4.9.8.2</commons.spotbugs.plugin.version> + <commons.spotbugs.plugin.version>4.9.8.3</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.9.8</commons.spotbugs.impl.version> <commons.surefire-report.version>3.5.5</commons.surefire-report.version> <commons.surefire.version>3.5.5</commons.surefire.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5b8e212..4b71bd1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.felix:maven-bundle-plugin from 6.0.0 on 6.0.2 on Java 17 and up.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.3.0 on Java 21 and up.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.1 to 7.2.3 on Java 17 and up.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3.</action> </release> <release version="97" date="2026-02-21" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
