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/05/20 22:35:25 UTC

[commons-configuration] branch master updated: Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cd99767 Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0
6cd99767 is described below

commit 6cd9976733f36f15b134aeb7254126a74d835cfc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 20 16:02:56 2022 +0000

    Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.6.0.0 to 4.7.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.6.0.0...spotbugs-maven-plugin-4.7.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 8a4763a4..bb370275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -592,7 +592,7 @@
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
-    <commons.spotbugs.version>4.6.0.0</commons.spotbugs.version>
+    <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
     <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <checkstyle.version>9.3</checkstyle.version>
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4f11666d..b0c9deb9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -132,7 +132,7 @@
          Bump mailapi from 1.6.4 to 1.6.7 #48.
        </action>
        <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-         Bump spotbugs-maven-plugin from 3.1.12.2 to 4.6.0.0, #55, #75, #79, #93, #116.
+         Bump spotbugs-maven-plugin from 3.1.12.2 to 4.7.0.0, #55, #75, #79, #93, #116, #183.
        </action>
        <action type="update" dev="ggregory" due-to="Dependabot">
          Bump hsqldb from 2.5.0 to 2.5.2 #54, #128.