diff --git a/build.gradle b/build.gradle index 22851360e8..2b136148d6 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ subprojects { } dependencies { - checkstyle 'com.puppycrawl.tools:checkstyle:7.1.2' + checkstyle 'com.puppycrawl.tools:checkstyle:7.2' checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.21.0' testCompile( @@ -124,7 +124,7 @@ subprojects { checkstyle { configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml') - toolVersion = '7.1.2' + toolVersion = '7.2' } test {