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/09/09 03:12:53 UTC

[commons-io] branch master updated: Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.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 1022f3b3 Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0
1022f3b3 is described below

commit 1022f3b36189db65a5abe4e3e5c52d2e3757aac1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 9 03:10:41 2022 +0000

    Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.1.1 to 4.7.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.7.1.1...spotbugs-maven-plugin-4.7.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 534bb4a4..9f52ed5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ file comparators, endian transformation classes, and much more.
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <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.1.1</commons.spotbugs.plugin.version>
+    <commons.spotbugs.plugin.version>4.7.2.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version>
     <commons.pmd.version>3.18.0</commons.pmd.version>
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7e31f87f..3b47d692 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -456,7 +456,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump Maven Javadoc plugin from 3.2.0 to 3.4.1.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump spotbugs-maven-plugin from 4.2.3 to 4.7.1.1 #250, #259, #272, #274, #285, #288, #289, #305, #315, #326, #338, #360, #366, #370.
+        Bump spotbugs-maven-plugin from 4.2.3 to 4.7.2.0 #250, #259, #272, #274, #285, #288, #289, #305, #315, #326, #338, #360, #366, #370, #380.
       </action>
       <action dev="kinow" type="update" due-to="Gary Gregory, Dependabot">
         Bump spotbugs from 4.5.2 to 4.7.2 #313, #317, #357, #382.