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
The following commit(s) were added to refs/heads/master by this push: new a2094432 Bump spotbugs from 4.7.2 to 4.7.3 a2094432 is described below commit a2094432e334957d131a2c3990c698c821e31433 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Sat Oct 22 10:37:16 2022 -0400 Bump spotbugs from 4.7.2 to 4.7.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 35572df5..4ecf0c7c 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ <commons.javadoc.version>3.4.1</commons.javadoc.version> <commons.felix.version>5.1.8</commons.felix.version> <commons.spotbugs.plugin.version>4.7.2.1</commons.spotbugs.plugin.version> - <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version> + <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version> <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version> <commons.pmd.version>3.19.0</commons.pmd.version> <commons.pmd-impl.version>6.50.0</commons.pmd-impl.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8c844f04..9d8ea6e9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/setup-java from 3.5.1 to 3.6.0 #159.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs from 4.7.2 to 4.7.3.</action> </release> <release version="6.6.0" date="2022-10-08" description="Minor feature and bug fix release."> <!-- FIX -->