diff --git a/build.gradle b/build.gradle index 19a98247..b36f679e 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ allprojects { apply plugin: 'pmd' checkstyle { - toolVersion = '10.12.2' + toolVersion = '10.12.3' maxWarnings = 0 getConfigDirectory().set(new File(rootDir, "config/checkstyle")) }