This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/master by this push: new e093fac KYLIN-3445 Upgrade checkstyle version to 8.6 e093fac is described below commit e093fac0aa98712560cb4438956730c849098953 Author: GinaZhai <na.z...@kyligence.io> AuthorDate: Thu Sep 20 14:38:21 2018 +0800 KYLIN-3445 Upgrade checkstyle version to 8.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0377f42..5c3b2cb 100644 --- a/pom.xml +++ b/pom.xml @@ -1098,7 +1098,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>6.19</version> + <version>8.6</version> </dependency> </dependencies> <executions>