Skip to content

Commit

Permalink
[MPMD-400] Upgrade to PMD 7.3.0
Browse files Browse the repository at this point in the history
This closes #157
  • Loading branch information
michael-o committed Jul 7, 2024
1 parent 2a72cc8 commit 7a3b2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ under the License.
<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.6.3</mavenVersion>
<pmdVersion>7.0.0</pmdVersion>
<pmdVersion>7.3.0</pmdVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<resolverVersion>1.4.1</resolverVersion>
<doxiaVersion>1.12.0</doxiaVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Upgrading PMD at Runtime
*--------------------------------------------------------------------------------*-----------------------------------------------------*
| <<maven-pmd-plugin>> | <<PMD>> |
*--------------------------------------------------------------------------------*-----------------------------------------------------*
| {{{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}} |
Expand Down

0 comments on commit 7a3b2c2

Please sign in to comment.