From 7a3b2c2d516678f3e5ed6ec0c0c9f6298c5b9977 Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Sun, 7 Jul 2024 23:14:08 +0200 Subject: [PATCH] [MPMD-400] Upgrade to PMD 7.3.0 This closes #157 --- 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 8bcfb1f7..eb52acb9 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ under the License. 8 3.6.3 - 7.0.0 + 7.3.0 1.7.36 1.4.1 1.12.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 c6baab3b..ea0ed0e2 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.24.0/}3.24.0}} | {{{https://docs.pmd-code.org/pmd-doc-7.0.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}} | *--------------------------------------------------------------------------------*-----------------------------------------------------* | {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.21.0/}3.21.0}} | {{{https://pmd.github.io/pmd-6.55.0/}6.55.0}} |