Update build dependency: com.puppycrawl.tools:checkstyle 8.25 -> 8.26.

This commit is contained in:
Gary Gregory 2019-11-22 12:25:09 -05:00
parent 98e122b689
commit 182b2506b3
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.1.0</checkstyle.plugin.version>
<checkstyle.version>8.25</checkstyle.version>
<checkstyle.version>8.26</checkstyle.version>
<spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
<japicmp.skip>false</japicmp.skip>

View File

@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.easymock:easymock 4.0.2 -> 4.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.hamcrest:hamcrest 2.1 -> 2.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.junit-pioneer:junit-pioneer 0.3.0 -> 0.3.3.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update build dependency: com.puppycrawl.tools:checkstyle 8.25 -> 8.26.</action>
</release>
<release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">