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 2020/04/20 21:23:36 UTC

[commons-lang] branch master updated: - com.github.spotbugs:spotbugs 4.0.0 -> 4.0.2. - com.puppycrawl.tools:checkstyle 8.29 -> 8.31.

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 f692351  - com.github.spotbugs:spotbugs 4.0.0 -> 4.0.2. - com.puppycrawl.tools:checkstyle 8.29 -> 8.31.
f692351 is described below

commit f6923510352fc3fbfad68bc6c5ac5258a34671b7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Apr 20 17:23:31 2020 -0400

    - com.github.spotbugs:spotbugs 4.0.0 -> 4.0.2.
    - com.puppycrawl.tools:checkstyle 8.29 -> 8.31.
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ad661d..b8c8a88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,10 +600,10 @@
     <commons.encoding>utf-8</commons.encoding>
 
     <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
-    <checkstyle.version>8.29</checkstyle.version>
+    <checkstyle.version>8.31</checkstyle.version>
     <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
 
-    <spotbugs.plugin.version>4.0.2</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.0.0</spotbugs.plugin.version>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
@@ -765,7 +765,7 @@
           <dependency>
             <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs</artifactId>
-            <version>4.0.0</version>
+            <version>4.0.2</version>
          </dependency>
         </dependencies>        
         <configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 61242a1..ac9a2cd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,8 @@ 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">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.2.</action>
+    <action                   type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.31.</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>