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/01/19 03:52:18 UTC

[commons-imaging] branch master updated: Bump spotbugs-maven-plugin from 4.1.4 to 4.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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 3239078  Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0
     new 1b83183  Merge branch 'pr-115'
3239078 is described below

commit 3239078bcbb5cac03c7963e4d74028927ec0c531
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 4 06:31:35 2021 +0000

    Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.1.4 to 4.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.1.4...spotbugs-maven-plugin-4.2.0)
    
    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 24ce872..ff1cbf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
-    <spotbugs.plugin.version>4.1.4</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.2.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.2.0</spotbugs.impl.version>
 
     <!-- Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c136c90..e64b6e0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump spotbugs from 4.0.6 to 4.2.0 #111.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4 #111.
+        Bump spotbugs-maven-plugin from 4.0.4 to 4.2.0 #111 #115.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #109.