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 827a438 Update SpotBugs Maven plugin and implementation to 4.2.3. 827a438 is described below commit 827a438dc830c1247786651eae665f7d705db92c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jun 28 10:45:00 2021 -0400 Update SpotBugs Maven plugin and implementation to 4.2.3. --- pom.xml | 4 ++-- src/changes/changes.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9946cae..ebd3ded 100644 --- a/pom.xml +++ b/pom.xml @@ -189,8 +189,8 @@ --> <commons.site-plugin.version>3.9.1</commons.site-plugin.version> <commons.source-plugin.version>3.2.1</commons.source-plugin.version> - <commons.spotbugs.version>4.1.4</commons.spotbugs.version> - <commons.spotbugs.impl.version>4.2.0</commons.spotbugs.impl.version> + <commons.spotbugs.version>4.2.3</commons.spotbugs.version> + <commons.spotbugs.impl.version>4.2.3</commons.spotbugs.impl.version> <commons.surefire-report.version>2.22.2</commons.surefire-report.version> <commons.surefire.version>2.22.2</commons.surefire.version> <commons.wagon-ssh.version>3.4.3</commons.wagon-ssh.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d8d8aa1..61c1c16 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -78,8 +78,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="sebb">commons-build-plugin 1.11 -> 1.12</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump biz.aQute.bndlib from 5.1.2 to 5.3.0, #23, #31.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from v2.3.1 to v2.3.4, #15, #21, #25.</action> - <action type="update" dev="ggregory">Update spotbugs-maven-plugin from 4.0.4 to 4.1.4.</action> - <action type="update" dev="ggregory">Update spotbugs impl from 4.0.6 to 4.2.0.</action> + <action type="update" dev="ggregory">Update spotbugs-maven-plugin from 4.0.4 to 4.2.3.</action> + <action type="update" dev="ggregory">Update spotbugs impl from 4.0.6 to 4.2.3.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Update com.github.siom79.japicmp:japicmp-maven-plugin 0.14.3 -> 0.15.3, #34.</action> <action type="update" dev="ggregory">Update org.apache.maven.wagon:wagon-ssh 3.4.0 -> 3.4.3, #32</action> <action type="update" dev="ggregory">Update commons.pmd.version 3.13.0 -> 3.14.0.</action>