From 5cf51c0fdd3799df93149f5f15ec01c27f099702 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:37:45 +0000 Subject: [PATCH 1/2] Update dependency net.sourceforge.pmd:pmd-core to v7.2.0 --- codyze-plugins/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts index e53feb0cc..c4f89794c 100644 --- a/codyze-plugins/build.gradle.kts +++ b/codyze-plugins/build.gradle.kts @@ -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.1.0") } From f5c6d991dbd89387d8462cee844a2c9337ae5597 Mon Sep 17 00:00:00 2001 From: Robert Haimerl Date: Wed, 12 Jun 2024 09:48:34 +0200 Subject: [PATCH 2/2] Update PMD version in docs update to PMD 7.2.0 --- docs/Plugins/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Plugins/index.md b/docs/Plugins/index.md index de1eee4b6..0367c4287 100644 --- a/docs/Plugins/index.md +++ b/docs/Plugins/index.md @@ -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
(SpotBugs) | 1.12.0
4.8.2 | [GitHub](https://github.com/find-sec-bugs/find-sec-bugs)
[GitHub](https://github.com/spotbugs/spotbugs) | [github.io](https://find-sec-bugs.github.io/)
[github.io](https://spotbugs.github.io/) | Compiled Java Code | \ No newline at end of file +| PMD | 7.2.0 | [GitHub](https://github.com/pmd/pmd) | [github.io](https://pmd.github.io/) | Source Code | +| FindSecBugs
(SpotBugs) | 1.12.0
4.8.2 | [GitHub](https://github.com/find-sec-bugs/find-sec-bugs)
[GitHub](https://github.com/spotbugs/spotbugs) | [github.io](https://find-sec-bugs.github.io/)
[github.io](https://spotbugs.github.io/) | Compiled Java Code |