From 91f3b84e7a3f617400ef597fa01b9296e7ab39d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Fri, 27 Sep 2024 19:16:12 +0200 Subject: [PATCH] [MPMD-404] Bump PMD to 7.7.0 This closes #170 --- pom.xml | 2 +- src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 832ed24e..5fef6af0 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ under the License. 8 3.6.3 - 7.3.0 + 7.7.0 1.7.36 1.4.1 2.0.0 diff --git a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm index 760c74ff..ef4ef328 100644 --- a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm +++ b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm @@ -88,6 +88,8 @@ Upgrading PMD at Runtime *--------------------------------------------------------------------------------*-----------------------------------------------------* | <> | <> | *--------------------------------------------------------------------------------*-----------------------------------------------------* +| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.26.0/}3.26.0}} | {{{https://docs.pmd-code.org/pmd-doc-7.7.0/}7.7.0}} | +*--------------------------------------------------------------------------------*-----------------------------------------------------* | {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.24.0/}3.24.0}} | {{{https://docs.pmd-code.org/pmd-doc-7.3.0/}7.3.0}} | *--------------------------------------------------------------------------------*-----------------------------------------------------* | {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.22.0/}3.22.0}} | {{{https://docs.pmd-code.org/pmd-doc-7.0.0/}7.0.0}} |