diff --git a/build.gradle b/build.gradle index d0ebcb2..7a524e5 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ subprojects { } dependencies { - checkstyle 'com.puppycrawl.tools:checkstyle:8.36.2' + checkstyle 'com.puppycrawl.tools:checkstyle:10.4' testCompile 'com.google.truth:truth:1.0.1' testCompile 'org.junit.jupiter:junit-jupiter-api:5.7.0' testCompile 'org.junit.jupiter:junit-jupiter-engine:5.7.0'