Skip to content

Commit b65c7a6

Browse files
authored
[MPMD-360] - Upgrade to PMD 6.53.0 (#109)
1 parent 3c7a47e commit b65c7a6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ under the License.
8989
<doxiaVersion>1.11.1</doxiaVersion>
9090
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
9191
<javaVersion>8</javaVersion><!-- Because PMD 6.35.0+ requires Java 8 -->
92-
<pmdVersion>6.52.0</pmdVersion>
92+
<pmdVersion>6.53.0</pmdVersion>
9393
<slf4jVersion>1.7.36</slf4jVersion>
9494
<aetherVersion>1.0.0.v20140518</aetherVersion>
9595
<sitePluginVersion>3.12.1</sitePluginVersion>

src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Upgrading PMD at Runtime
8888
*--------------------------------------------------------------------------------*--------------------------------------------------*
8989
| <<maven-pmd-plugin>> | <<PMD>> |
9090
*--------------------------------------------------------------------------------*--------------------------------------------------*
91-
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.20.0/}3.20.0}} | {{{https://pmd.github.io/pmd-6.52.0/}6.52.0}} |
91+
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.20.0/}3.20.0}} | {{{https://pmd.github.io/pmd-6.53.0/}6.53.0}} |
9292
*--------------------------------------------------------------------------------*--------------------------------------------------*
9393
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.19.0/}3.19.0}} | {{{https://pmd.github.io/pmd-6.49.0/}6.49.0}} |
9494
*--------------------------------------------------------------------------------*--------------------------------------------------*

src/site/markdown/releasenotes.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ under the License.
3535

3636
### 📦 Dependency updates
3737

38+
* [MPMD-360](https://issues.apache.org/jira/browse/MPMD-360) - Upgrade to PMD 6.53.0 ([#109](https://github.com/apache/maven-pmd-plugin/pull/109)) @adangel
3839
* [MPMD-358](https://issues.apache.org/jira/browse/MPMD-358) - Upgrade to PMD 6.52.0 ([#104](https://github.com/apache/maven-pmd-plugin/pull/104)) @adangel
3940
* [MPMD-357](https://issues.apache.org/jira/browse/MPMD-357) - Upgrade to PMD 6.51.0 ([#100](https://github.com/apache/maven-pmd-plugin/pull/100)) @adangel
4041
* Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 ([#99](https://github.com/apache/maven-pmd-plugin/pull/99)) @dependabot

0 commit comments

Comments
 (0)