From 5b76c3a1a9e5eb4b65c24c1b4f9863c0e8528f28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:16:54 +0000 Subject: [PATCH] Update PMD packages to v7.6.0 --- codyze-plugins/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts index ccb44dda9..508e58a5f 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.5.0") - implementation("net.sourceforge.pmd:pmd-java:7.5.0") + implementation("net.sourceforge.pmd:pmd-core:7.6.0") + implementation("net.sourceforge.pmd:pmd-java:7.6.0") } publishing {