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 c0d0d4f Update com.github.spotbugs:spotbugs from 4.0.2 to 4.0.3.
Update com.puppycrawl.tools:checkstyle from 8.31 to 8.32.
c0d0d4f is described below
commit c0d0d4f3ea898398d1bac7316084ef03b8de6433
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 11:19:42 2020 -0400
Update com.github.spotbugs:spotbugs from 4.0.2 to 4.0.3.
Update com.puppycrawl.tools:checkstyle from 8.31 to 8.32.
---
pom.xml | 4 ++--
src/changes/changes.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5272157..871571c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,7 +600,7 @@
<commons.encoding>utf-8</commons.encoding>
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
- <checkstyle.version>8.31</checkstyle.version>
+ <checkstyle.version>8.32</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<spotbugs.plugin.version>4.0.0</spotbugs.plugin.version>
@@ -765,7 +765,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
- <version>4.0.2</version>
+ <version>4.0.3</version>
</dependency>
</dependencies>
<configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6d3b1d6..bc55ac2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,8 +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.6.0.</action>
<action type="update"
dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</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">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.3.</action>
+ <action type="update"
dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.32.</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>