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/11/07 20:30:18 UTC

[commons-imaging] branch master updated: Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.2.2

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 57f5294c Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.2.2
57f5294c is described below

commit 57f5294cc6bbbcd7c104f1c526fb28d2660054bb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 7 17:03:19 2022 +0000

    Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.2.2
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.1 to 4.7.2.2.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.2.1...spotbugs-maven-plugin-4.7.2.2)
    
    ---
    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 6498259f..72a0917a 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.2.0</checkstyle.plugin.version>
-    <spotbugs.plugin.version>4.7.2.1</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.7.2.2</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.3</spotbugs.impl.version>
     <commons.junit.version>5.9.1</commons.junit.version>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7e78bcc5..df2adfb9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons-parent from 52 to 54 #238.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.2.1 #221, #224, #226, #236, #242.
+        Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.2.2 #221, #224, #226, #236, #242, #247.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump maven-pmd-plugin from 3.16.0 to 3.19.0 #222, #232, #235.