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/11/25 20:56:45 UTC

[commons-release-plugin] branch master updated: Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.0.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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 06de232  Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.0.0
06de232 is described below

commit 06de232b66b804aa816dbe6255c968f674c42d45
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 25 08:22:06 2021 +0000

    Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.0.0
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.4.2.2 to 4.5.0.0.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.4.2.2...spotbugs-maven-plugin-4.5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 5632b46..c46ec44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
     <checkstyle.version>9.1</checkstyle.version>
     <maven-scm.version>1.12.0</maven-scm.version>
-    <commons.spotbugs.version>4.4.2.2</commons.spotbugs.version>
+    <commons.spotbugs.version>4.5.0.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.4.2</commons.spotbugs.impl.version>    
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 130bf32..fff1ee3 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,7 +40,7 @@
       <action type="update" dev="kinow">Bump commons-build-plugin from 1.11 to 1.12 #25.</action>
       <action type="update" dev="kinow">Bump actions/setup-java from v1.4.0 to v2 #11 #19 #49.</action>
       <action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.4.2 #10 #24 #30 #37 #41 #51 #59 #68 #71 #80.</action>
-      <action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.4.1.2 #20 #26 #33 #45 #52 #61 #74 #79 #81.</action>
+      <action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.5.0.0 #20 #26 #33 #45 #52 #61 #74 #79 #81 #88.</action>
       <action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.2, #23 #39.</action>
       <action type="update" dev="kinow" due-to="Gary Gregory, Dependabot">Bump maven.dependency.version from 3.6.1 to 3.8.4 #47 #76 #86.</action>
       <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.11.0 #13 #63.</action>