Skip to content

Commit

Permalink
Update dependency net.sourceforge.pmd:pmd-core to v7.2.0 (#869)
Browse files Browse the repository at this point in the history
* Update dependency net.sourceforge.pmd:pmd-core to v7.2.0

* Update PMD version in docs

update to PMD 7.2.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Haimerl <[email protected]>
  • Loading branch information
renovate[bot] and CodingDepot authored Jun 12, 2024
1 parent 004ded9 commit ab27e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codyze-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0")

// https://mvnrepository.com/artifact/net.sourceforge.pmd/
implementation("net.sourceforge.pmd:pmd-core:7.1.0")
implementation("net.sourceforge.pmd:pmd-core:7.2.0")
implementation("net.sourceforge.pmd:pmd-java:7.2.0")
}

Expand Down
4 changes: 2 additions & 2 deletions docs/Plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ The default result format is a `combined` report file. In this case, the `output

| Name | Version | Source | Website | Analysis Target |
|:----------------------------|:-----------------:|:------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------:|:-------------------|
| PMD | 7.0.0-rc4 | [GitHub](https://github.com/pmd/pmd) | [github.io](https://pmd.github.io/) | Source Code |
| FindSecBugs <br> (SpotBugs) | 1.12.0 <br> 4.8.2 | [GitHub](https://github.com/find-sec-bugs/find-sec-bugs) <br> [GitHub](https://github.com/spotbugs/spotbugs) | [github.io](https://find-sec-bugs.github.io/) <br> [github.io](https://spotbugs.github.io/) | Compiled Java Code |
| PMD | 7.2.0 | [GitHub](https://github.com/pmd/pmd) | [github.io](https://pmd.github.io/) | Source Code |
| FindSecBugs <br> (SpotBugs) | 1.12.0 <br> 4.8.2 | [GitHub](https://github.com/find-sec-bugs/find-sec-bugs) <br> [GitHub](https://github.com/spotbugs/spotbugs) | [github.io](https://find-sec-bugs.github.io/) <br> [github.io](https://spotbugs.github.io/) | Compiled Java Code |

0 comments on commit ab27e8c

Please sign in to comment.