Skip to content

Commit

Permalink
[MPMD-404] Bump PMD to 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Sep 27, 2024
1 parent aa83766 commit 5a897d2
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.3.0</pmdVersion>
<pmdVersion>7.6.0</pmdVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<resolverVersion>1.4.1</resolverVersion>
<doxiaVersion>2.0.0-M12</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.26.0/}3.26.0}} | {{{https://docs.pmd-code.org/pmd-doc-7.6.0/}7.6.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}} |
Expand Down

0 comments on commit 5a897d2

Please sign in to comment.