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-bcel.git
commit 58664a05ac1bc7eb158eb274e8cb961de3425884 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun May 1 09:11:36 2022 -0400 Update Spotbugs plugin and tool to 4.6.0.0/4.6.0 --- pom.xml | 4 +++- src/changes/changes.xml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1adb53e0..b07d7230 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,8 @@ <commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.javadoc.version>3.3.2</commons.javadoc.version> <commons.felix.version>5.1.3</commons.felix.version> + <commons.spotbugs.plugin.version>4.6.0.0</commons.spotbugs.plugin.version> + <commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version> <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version> </properties> @@ -444,7 +446,7 @@ <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> - <version>${commons.spotbugs.version}</version> + <version>${commons.spotbugs.plugin.version}</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7bb44fd6..c666078c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -97,6 +97,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.javadoc.version from 3.2.0 to 3.3.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Bump maven-bundle-plugin from 5.1.1 to 5.1.3.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #114.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs from 4.5.3 to 4.6.0.</action> </release> <release version="6.5.0" date="2020-06-05" description="Minor feature and bug fix release."> <action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark Roberts">Remove unnecessary references to Constants.</action>