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 0687fb7 Update spotbugs-maven-plugin from 4.0.4 to 4.1.3. 0687fb7 is described below commit 0687fb7998083f9810b39b7e7a17e7b60be39602 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 18 20:19:07 2020 -0400 Update spotbugs-maven-plugin from 4.0.4 to 4.1.3. Update spotbugs from 4.0.6 to 4.1.3. --- pom.xml | 4 ++-- src/changes/changes.xml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index df464e7..7fbd437 100644 --- a/pom.xml +++ b/pom.xml @@ -187,8 +187,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.0.4</commons.spotbugs.version> - <commons.spotbugs.impl.version>4.0.6</commons.spotbugs.impl.version> + <commons.spotbugs.version>4.1.3</commons.spotbugs.version> + <commons.spotbugs.impl.version>4.1.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.0</commons.wagon-ssh.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cb63ea9..7e434b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,13 +65,14 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory">Add versions-maven-plugin run for this build.</action> <!-- UPDATES --> <action type="update" dev="ggregory">Update versions-maven-plugin 2.7 -> 2.8.1.</action> - <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.2 #15.</action> <action type="update" dev="ggregory" due-to="Dependabot">Update maven-project-info-reports-plugin from 3.1.0 to 3.1.1 #19.</action> <action type="update" dev="ggregory">Update Jacoco from 0.8.5 to 0.8.6.</action> <action type="update" dev="ggregory" due-to="Dependabot">Update actions/setup-java from v1.4.0 to v1.4.3, #18, #22.</action> <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.2.0 #23.</action> - <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from v2.3.2 to v2.3.3 #21.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from v2.3.1 to v2.3.3, #15 #21.</action> + <action type="update" dev="ggregory">Update spotbugs-maven-plugin from 4.0.4 to 4.1.3.</action> + <action type="update" dev="ggregory">Update spotbugs from 4.0.6 to 4.1.3.</action> </release> <release version="52" date="2020-07-30" description="Add support for Java 15.">