This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to branch MCHECKSTYLE-390 in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
commit c427a30030649947c0780d81517a30f188760541 Author: Enrico Olivelli <eolive...@apache.org> AuthorDate: Thu Feb 6 12:13:21 2020 +0100 [MCHECKSTYLE-390] Upgrade to checkstyle 8.29 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9453610..608619a 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.28</checkstyleVersion> + <checkstyleVersion>8.29</checkstyleVersion> <doxiaVersion>1.4</doxiaVersion> <sitePluginVersion>3.7.1</sitePluginVersion> </properties>