From af547b18969140a84c03fa5a42378cf7e5fad564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:45:48 +0200 Subject: [PATCH] Update dependency net.sourceforge.pmd:pmd-core to v7.0.0 (#850) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wendland, Florian --- codyze-plugins/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts index 491ad357c..6d0d28dc9 100644 --- a/codyze-plugins/build.gradle.kts +++ b/codyze-plugins/build.gradle.kts @@ -25,8 +25,8 @@ dependencies { implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0") // https://mvnrepository.com/artifact/net.sourceforge.pmd/ - implementation("net.sourceforge.pmd:pmd-core:7.0.0-rc4") - implementation("net.sourceforge.pmd:pmd-java:7.0.0-rc4") + implementation("net.sourceforge.pmd:pmd-core:7.0.0") + implementation("net.sourceforge.pmd:pmd-java:7.0.0") } publishing { @@ -38,4 +38,4 @@ publishing { } } } -} \ No newline at end of file +}