Skip to content

Commit

Permalink
[MPMD-404] Bump PMD to 7.7.0
Browse files Browse the repository at this point in the history
This closes #170
  • Loading branch information
pzygielo authored and michael-o committed Oct 25, 2024
1 parent fa1c391 commit 91f3b84
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.7.0</pmdVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<resolverVersion>1.4.1</resolverVersion>
<doxiaVersion>2.0.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.26.0/}3.26.0}} | {{{https://docs.pmd-code.org/pmd-doc-7.7.0/}7.7.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 91f3b84

Please sign in to comment.