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 09:16:25 UTC

[commons-release-plugin] branch master updated: Bump spotbugs from 4.6.0 to 4.7.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 b9f4d02  Bump spotbugs from 4.6.0 to 4.7.0
b9f4d02 is described below

commit b9f4d0285a4b08aca9c539d72cd6a1f80a66f9e1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 20 08:03:13 2022 +0000

    Bump spotbugs from 4.6.0 to 4.7.0
    
    Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.6.0 to 4.7.0.
    - [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.6.0...4.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs
      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 e7eacc1..accb2cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
     <checkstyle.version>9.3</checkstyle.version>
     <maven-scm.version>1.12.2</maven-scm.version>
     <commons.spotbugs.version>4.6.0.0</commons.spotbugs.version>
-    <commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>    
+    <commons.spotbugs.impl.version>4.7.0</commons.spotbugs.impl.version>    
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 30d9f3c..dd42a31 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,7 +27,7 @@
   <body>
     <release version="1.8.1" date="2020-MM-DD" description="Version 1.8">
       <!-- UPDATES -->
-      <action type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 #106.</action>
+      <action type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.0 #106, #114.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 3 to 3.0.2.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from 2 to 3 #108.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 52 to 53 #111.</action>