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 2021/12/23 02:59:03 UTC

[commons-io] branch master updated: Bump spotbugs-maven-plugin from 4.5.0.0 to 4.5.2.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 7b0ada9  Bump spotbugs-maven-plugin from 4.5.0.0 to 4.5.2.0
7b0ada9 is described below

commit 7b0ada9f035c4efcf0fbf9872ef15e1aab75958b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 23 00:17:56 2021 +0000

    Bump spotbugs-maven-plugin from 4.5.0.0 to 4.5.2.0
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.5.0.0 to 4.5.2.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.0.0...spotbugs-maven-plugin-4.5.2.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 fb452c0..a73b239 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ file comparators, endian transformation classes, and much more.
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.enforcer.version>3.0.0</commons.enforcer.version>
     <commons.moditect.version>1.0.0.RC2</commons.moditect.version>
-    <spotbugs.plugin.version>4.5.0.0</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.5.2.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.5.2</spotbugs.impl.version>
     <jmh.version>1.33</jmh.version>
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 29a1f50..848b087 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -301,7 +301,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump Maven Javadoc plugin from 3.2.0 to 3.3.0.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump spotbugs-maven-plugin from 4.2.3 to 4.5.0.0 #250, #259, #272, #274, #285, #288, #289, #305.
+        Bump spotbugs-maven-plugin from 4.2.3 to 4.5.2.0 #250, #259, #272, #274, #285, #288, #289, #305, #315.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump JUnit from 5.7.2 to 5.8.0-M1.