You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/11/27 01:43:00 UTC

[commons-vfs] branch master updated: Bump spotbugs-maven-plugin from 4.3.0 to 4.5.0.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


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

commit 6b10dcdf10328395a50a825b9c0400f58c79d9a3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 26 20:42:58 2021 -0500

    Bump spotbugs-maven-plugin from 4.3.0 to 4.5.0.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b407b93..2ed2f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
-    <commons.spotbugs.version>4.3.0</commons.spotbugs.version>
+    <commons.spotbugs.version>4.5.0.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.5.0</commons.spotbugs.impl.version>
     <commons.asm.version>9.2</commons.asm.version>
     <commons.pmd.version>6.37.0</commons.pmd.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ab92855..d402840 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,9 +97,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump actions/checkout from 2.3.4 to 2.4.0 #217, #220.
       </action>
-      <action type="update" dev="ggregory" due-to="Dependabot">
+      <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
         Bump com.github.spotbugs:spotbugs from 4.3.0 to 4.5.0 #216.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump spotbugs-maven-plugin from 4.3.0 to 4.5.0.0.
+      </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump actions/cache from 2.1.6 to 2.1.7 #221.
       </action>