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


The following commit(s) were added to refs/heads/master by this push:
     new 2997365  spotbugs.plugin.version 4.0.0 -> 4.0.2.
2997365 is described below

commit 299736554ae0b71be544debbc931c4c40909bf06
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Apr 20 17:13:50 2020 -0400

    spotbugs.plugin.version 4.0.0 -> 4.0.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b8a3846..8ad661d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,7 +603,7 @@
     <checkstyle.version>8.29</checkstyle.version>
     <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
 
-    <spotbugs.plugin.version>4.0.0</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.0.2</spotbugs.plugin.version>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- JMH Benchmark related properties, version, target compiler and name 
of the benchmarking uber jar. -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d7a9336..61242a1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="kinow" 
due-to="contextshuffling">Fix Javdoc for 
StringUtils.appendIfMissingIgnoreCase() #507.</action>
     <action                   type="update" 
dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6.</action>
     <action                   type="update" 
dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
+    <action                   type="update" 
dev="ggregory">spotbugs.plugin.version 4.0.0 -> 4.0.2.</action>
     <action                   type="update" dev="ggregory" due-to="Isira 
Seneviratne, Bruno P. Kinoshita">Simplify null checks in Pair.hashCode() using 
Objects.hashCode(). #517.</action>
     <action                   type="update" dev="ggregory" due-to="Isira 
Seneviratne, Bruno P. Kinoshita">Simplify null checks in Triple.hashCode() 
using Objects.hashCode(). #516.</action>
     <action                   type="update" dev="ggregory" due-to="Isira 
Seneviratne, Bruno P. Kinoshita">Simplify some if statements in StringUtils. 
#521.</action>

Reply via email to