This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MCHECKSTYLE-376 in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
commit 44d72db0449ca56bf5ba98a2a9751619624ec4d1 Author: Enrico Olivelli <[email protected]> AuthorDate: Thu May 30 19:54:57 2019 +0200 Upgrade checkstyle --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed70cdf..0670704 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ under the License. <!-- Because Checkstyle 7+ requires Java 8 --> <javaVersion>8</javaVersion> <mavenVersion>3.0</mavenVersion> - <checkstyleVersion>8.19</checkstyleVersion> + <checkstyleVersion>8.21</checkstyleVersion> <doxiaVersion>1.4</doxiaVersion> <sitePluginVersion>3.7.1</sitePluginVersion> </properties>
