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/14 00:53:46 UTC

[commons-io] branch master updated: Bump spotbugs from 4.5.1 to 4.5.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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new f197f6d  Bump spotbugs from 4.5.1 to 4.5.2
f197f6d is described below

commit f197f6d7150c68d075e1807a6335d25bbfcf3211
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 14 00:20:15 2021 +0000

    Bump spotbugs from 4.5.1 to 4.5.2
    
    Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.5.1 to 4.5.2.
    - [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.1...4.5.2)
    
    ---
    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 | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 13bfdf6..0d3b703 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@ file comparators, endian transformation classes, and much more.
     <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.impl.version>4.5.1</spotbugs.impl.version>
+    <spotbugs.impl.version>4.5.2</spotbugs.impl.version>
     <jmh.version>1.33</jmh.version>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 881d78e..3045395 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -333,6 +333,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump actions/cache from 2.1.6 to 2.1.7 #307.
       </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump spotbugs from 4.5.1 to 4.5.2 #313.
+      </action>
     </release>
     <release version="2.11.0" date="2021-07-09" description="Java 8 required.">
       <!-- FIX -->