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
commit 990644599de015cf2e4d693a9987b2d5380fc8f7 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Sep 11 09:29:43 2019 -0400 com.puppycrawl.tools:checkstyle 8.23 -> 8.24. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2a5b1d5..2a83be7 100644 --- a/pom.xml +++ b/pom.xml @@ -600,7 +600,7 @@ <commons.encoding>utf-8</commons.encoding> <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> - <checkstyle.version>8.23</checkstyle.version> + <checkstyle.version>8.24</checkstyle.version> <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version> <japicmp.skip>false</japicmp.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2f70c0c..560607f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1489" type="add" dev="ggregory" due-to="Gary Gregory">Add null-safe APIs as StringUtils.toRootLowerCase(String) and StringUtils.toRootUpperCase(String) #456.</action> <action issue="LANG-1406" type="add" dev="ggregory" due-to="geratorres">StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase #423.</action> <action type="update" dev="ggregory">junit-jupiter 5.5.1 -> 5.5.2.</action> + <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.23 -> 8.24.</action> </release> <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">