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 2022/09/07 16:18:14 UTC

[commons-configuration] branch master updated: Bump spotbugs from 4.7.0 to 4.7.2 (#206)

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b121871 Bump spotbugs from 4.7.0 to 4.7.2 (#206)
3b121871 is described below

commit 3b1218710d3b0db8f29555ae51bf53d38a00c564
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Wed Sep 7 09:18:08 2022 -0700

    Bump spotbugs from 4.7.0 to 4.7.2 (#206)
    
    * Allow include error handling to be customized through a listener.
    
    * [CONFIGURATION-756] Allow for custom behavior to handle errors loading included properties files.
    
    * [CONFIGURATION-756] Allow for custom behavior to handle errors loading
    included properties files.
    
    * Javadoc.
    
    * Bump jackson-databind from 2.13.3 to 2.13.4.
    
    * Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0
    
    Bump spotbugs from 4.7.0 to 4.7.2.
    
    Co-authored-by: Gary Gregory <gg...@rocketsoftware.com>
    Co-authored-by: Gary Gregory <ga...@gmail.com>
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 73d37cb3..9081ce13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -562,8 +562,8 @@
     <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.7.1.1</commons.spotbugs.version>
-    <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
+    <commons.spotbugs.version>4.7.2.0</commons.spotbugs.version>
+    <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version>
     <commons.pmd.version>3.18.0</commons.pmd.version>
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 09690785..569230e0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,8 +40,11 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump actions/checkout from 3 to 3.0.2.
       </action>
-      <action type="update" dev="ggregory" due-to="Dependabot">
-        Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.1 #193, #195.
+      <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+        Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.2.0 #193, #195.
+      </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump spotbugs from 4.7.0 to 4.7.2.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump org.springframework:spring-* 5.3.21 -> 5.3.22.