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/01/05 20:32:22 UTC

[commons-imaging] branch master updated: Bump spotbugs from 4.5.2 to 4.5.3

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 f948d1f  Bump spotbugs from 4.5.2 to 4.5.3
f948d1f is described below

commit f948d1ff139f1b8afadc1a1dd648ba453234e828
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 5 17:42:24 2022 +0000

    Bump spotbugs from 4.5.2 to 4.5.3
    
    Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.5.2 to 4.5.3.
    - [Release notes](https://github.com/spotbugs/spotbugs/releases)
    - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/spotbugs/spotbugs/compare/4.5.2...4.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs
      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 32245ce..fe0f391 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
     <spotbugs.plugin.version>4.5.2.0</spotbugs.plugin.version>
-    <spotbugs.impl.version>4.5.2</spotbugs.impl.version>
+    <spotbugs.impl.version>4.5.3</spotbugs.impl.version>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>1.0-alpha1</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d8eaf31..245cb68 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #117.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump spotbugs from 4.0.6 to 4.5.1 #111 #118 #123 #128 #156 #160 #167 #174 #185 #188.
+        Bump spotbugs from 4.0.6 to 4.5.3 #111 #118 #123 #128 #156 #160 #167 #174 #185 #188 #191.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.0.4 to 4.5.0.0 #111 #115 #125 #129 #157 #171 #176 #180 #186.