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/06/27 18:59:06 UTC

[commons-io] branch master updated: Bump spotbugs from 4.7.0 to 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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new b7be032e Bump spotbugs from 4.7.0 to 4.7.1
b7be032e is described below

commit b7be032eb5ede77e79b8ce49ae2df223fd76ac68
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 27 14:59:00 2022 -0400

    Bump spotbugs from 4.7.0 to 4.7.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 26e270b1..807cf20c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@ file comparators, endian transformation classes, and much more.
     <commons.enforcer.version>3.1.0</commons.enforcer.version>
     <commons.moditect.version>1.0.0.RC2</commons.moditect.version>
     <commons.spotbugs.plugin.version>4.7.0.0</commons.spotbugs.plugin.version>
-    <commons.spotbugs.impl.version>4.7.0</commons.spotbugs.impl.version>
+    <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
     <commons.pmd.version>3.17.0</commons.pmd.version>
     <commons.pmd-impl.version>6.46.0</commons.pmd-impl.version>
     <jmh.version>1.35</jmh.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ae41dec8..828296ff 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -419,6 +419,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.2.3 to 4.7.0.0 #250, #259, #272, #274, #285, #288, #289, #305, #315, #326, #338, #360.
       </action>
+      <action dev="kinow" type="update" due-to="Gary Gregory, Dependabot">
+        Bump spotbugs from 4.5.2 to 4.7.1 #313, #317, #357.
+      </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump JUnit from 5.7.2 to 5.8.0-M1.
       </action>
@@ -443,9 +446,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
         Bump junit-pioneer from 1.4.2 to 1.7.1 #304. #335, #362.
       </action>
-      <action dev="kinow" type="update" due-to="Dependabot">
-        Bump spotbugs from 4.5.2 to 4.7.0 #313, #317, #357.
-      </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.
       </action>