diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts
index 549d5d7c7..c5aa9b7eb 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.2.0")
}
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 |