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/12/22 15:02:48 UTC

[commons-vfs] branch master updated: Bump com.github.spotbugs:spotbugs from 4.5.1 to 4.5.2.

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 4ce12ab  Bump com.github.spotbugs:spotbugs from 4.5.1 to 4.5.2.
4ce12ab is described below

commit 4ce12ab0a5430ea35cff6406b5c9a62ebd0ee6cd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 22 10:02:42 2021 -0500

    Bump com.github.spotbugs:spotbugs from 4.5.1 to 4.5.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef6e18b..289f9ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
     <commons.japicmp.version>0.15.4</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.spotbugs.version>4.5.2.0</commons.spotbugs.version>
-    <commons.spotbugs.impl.version>4.5.1</commons.spotbugs.impl.version>
+    <commons.spotbugs.impl.version>4.5.2</commons.spotbugs.impl.version>
     <commons.asm.version>9.2</commons.asm.version>
     <commons.pmd.version>6.41.0</commons.pmd.version>
     <commons.javadoc.version>3.3.1</commons.javadoc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index af024f2..9b5369f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -119,7 +119,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump actions/checkout from 2.3.4 to 2.4.0 #217, #220.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-        Bump com.github.spotbugs:spotbugs from 4.3.0 to 4.5.0 #216.
+        Bump com.github.spotbugs:spotbugs from 4.3.0 to 4.5.2 #216.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
         Bump spotbugs-maven-plugin from 4.3.0 to 4.5.2.0, #229.