You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/06 20:51:46 UTC

[commons-csv] 03/03: Bump com.github.spotbugs:spotbugs 4.5.3 -> 4.7.1

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-csv.git

commit 532e08c3c4b7b8e8d71002480bf4976f9a8985f8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 6 16:51:38 2022 -0400

    Bump com.github.spotbugs:spotbugs 4.5.3 -> 4.7.1
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3ce28361..c2606213 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,7 @@
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.1.1</commons.spotbugs.version>
+    <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3326fd34..96b3d8f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@
       <action                 type="update" dev="ggregory" due-to="Dependabot">Bump commons.pmd-impl.version from 6.41.0 to 6.48.0 #214, #236, #240, #247.</action>
       <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump opencsv from 5.5.1 to 5.6 #182, #221.</action>
       <action                 type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.3.0 to 4.7.1.1 #192, #198, #203, #211, #225, #234, #242, #245.</action>
+      <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs 4.5.3 -> 4.7.1.</action>
       <action                 type="update" dev="kinow" due-to="Dependabot">Bump h2 from 1.4.200 to 2.1.214 #200, #205, #213, #239.</action>
       <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.3.0 to 3.4.0.</action>
       <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bnd:biz.aQute.bndlib from 5.3.0 to 6.3.1.</action>