The Apache Maven team is pleased to announce the release of the Maven
PMD Plugin version 3.21.0.
https://maven.apache.org/plugins/maven-pmd-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.0</version>
</plugin>
Release Notes - Maven PMD Plugin - Version 3.21.0
** Bug
* [MPMD-369] - System encoding conflicts with XML encoding in
CpdViolationCheckMojo
* [MPMD-373] - System property java.version is overwritten in ITs
as model property
** New Feature
* [MPMD-365] - Support Java 20
** Improvement
* [MPMD-375] - Replace *ReportGenerators with new *ReportRenderers
** Task
* [MPMD-374] - Remove deprecated and unused PmdCollectingRenderer
** Dependency upgrade
* [MPMD-364] - Upgrade to PMD 6.55.0
* [MPMD-372] - Upgrade plugins and components (in ITs)
Enjoy,
-The Apache Maven team