You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/02/11 01:58:56 UTC

[commons-io] branch master updated: Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0

This is an automated email from the ASF dual-hosted git repository.

kinow 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 dff4161  Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0
dff4161 is described below

commit dff41615ffe07d8f93e93bd5aab384c550f532e5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 11 00:27:27 2022 +0000

    Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.5.2.0 to 4.5.3.0.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.5.2.0...spotbugs-maven-plugin-4.5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d4c607f..23264d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ file comparators, endian transformation classes, and much more.
     <commons.japicmp.version>0.15.6</commons.japicmp.version>
     <commons.enforcer.version>3.0.0</commons.enforcer.version>
     <commons.moditect.version>1.0.0.RC2</commons.moditect.version>
-    <commons.spotbugs.plugin.version>4.5.2.0</commons.spotbugs.plugin.version>
+    <commons.spotbugs.plugin.version>4.5.3.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.5.3</commons.spotbugs.impl.version>
     <jmh.version>1.34</jmh.version>
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a90f298..65db007 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -337,7 +337,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump Maven Javadoc plugin from 3.2.0 to 3.3.1.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump spotbugs-maven-plugin from 4.2.3 to 4.5.2.0 #250, #259, #272, #274, #285, #288, #289, #305, #315.
+        Bump spotbugs-maven-plugin from 4.2.3 to 4.5.3.0 #250, #259, #272, #274, #285, #288, #289, #305, #315, #326.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump JUnit from 5.7.2 to 5.8.0-M1.