diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts index 4aa5f3518..f1b23ecfd 100644 --- a/codyze-plugins/build.gradle.kts +++ b/codyze-plugins/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { // https://mvnrepository.com/artifact/net.sourceforge.pmd/ implementation("net.sourceforge.pmd:pmd-core:7.1.0") - implementation("net.sourceforge.pmd:pmd-java:7.0.0") + implementation("net.sourceforge.pmd:pmd-java:7.1.0") } publishing {