diff --git a/build.gradle b/build.gradle index 8265b6a..3069aad 100644 --- a/build.gradle +++ b/build.gradle @@ -3,13 +3,13 @@ plugins { id 'idea' id 'checkstyle' id 'pmd' - id 'org.jetbrains.intellij.platform' version '2.6.0' + id 'org.jetbrains.intellij.platform' version '2.7.0' } ext { checkstyleVersion = '10.26.1' - pmdVersion = '7.15.0' + pmdVersion = '7.16.0' } def properties(String key) { @@ -58,7 +58,7 @@ dependencies { checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}" pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}", "net.sourceforge.pmd:pmd-java:${pmdVersion}" - testImplementation platform('org.junit:junit-bom:5.13.3'), + testImplementation platform('org.junit:junit-bom:5.13.4'), 'org.junit.jupiter:junit-jupiter', 'org.junit.jupiter:junit-jupiter-engine', 'org.assertj:assertj-core:3.27.3'