diff --git a/checkstyle/configuration/touchin_checkstyle.xml b/checkstyle/configuration/touchin_checkstyle.xml index cd85fc5..d87860f 100755 --- a/checkstyle/configuration/touchin_checkstyle.xml +++ b/checkstyle/configuration/touchin_checkstyle.xml @@ -13,6 +13,23 @@ + + + + + + + diff --git a/gradle/staticAnalysis.gradle b/gradle/staticAnalysis.gradle index 31298a6..1c4c7f6 100644 --- a/gradle/staticAnalysis.gradle +++ b/gradle/staticAnalysis.gradle @@ -30,10 +30,10 @@ configurations { dependencies { - pmd 'net.sourceforge.pmd:pmd-core:5.5.1' - pmd 'net.sourceforge.pmd:pmd-java:5.5.1' + pmd 'net.sourceforge.pmd:pmd-core:5.5.3' + pmd 'net.sourceforge.pmd:pmd-java:5.5.3' - checkstyle 'ru.touchin:checkstyle:7.2-fork' + checkstyle 'ru.touchin:checkstyle:7.6.2-fork' pngtastic 'com.github.depsypher:pngtastic:1.2' }