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/09 19:45:16 UTC

[commons-pool] branch master updated: Bump spotbugs from 4.5.0 to 4.5.1

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-pool.git


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

commit 57c6e1ce7a3922347ef0f2f53b54194b857a7182
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 9 12:42:06 2021 +0000

    Bump spotbugs from 4.5.0 to 4.5.1
    
    Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.5.0 to 4.5.1.
    - [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.0...4.5.1)
    
    ---
    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 a8a3093..23f6827 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
     <commons.checkstyle.version>9.2</commons.checkstyle.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <spotbugs.plugin.version>4.5.0.0</spotbugs.plugin.version>
-    <spotbugs.impl.version>4.5.0</spotbugs.impl.version>
+    <spotbugs.impl.version>4.5.1</spotbugs.impl.version>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.11.1</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b2e30b..5cf2905 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
     </action>
     <!-- UPDATE -->
     <action dev="ggregory" type="update" due-to="Dependabot">
-      Bump spotbugs from 4.3.0 to 4.5.0 #94, #99, #106, #114.
+      Bump spotbugs from 4.3.0 to 4.5.1 #94, #99, #106, #114, #122.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump spotbugs-maven-plugin from 4.3.0 to 4.5.0.0 #102, #110, #119.