com.puppycrawl.tools:checkstyle 8.23 -> 8.24.

This commit is contained in:
Gary Gregory 2019-09-11 09:29:43 -04:00
parent f83d6e3fe0
commit 990644599d
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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.">