From 223c68d7ca63f28e1589d52c12519e4a8b63555f Mon Sep 17 00:00:00 2001 From: Amit Dev Date: Sat, 10 Apr 2021 17:57:57 +1000 Subject: [PATCH] Update to pmd 6.33 --- resources/META-INF/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 23877d6..56df437 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -3,7 +3,7 @@ PMDPlugin A plugin to run static analysis using PMD in intelliJ. - Update PMD plugin to use PMD version 6.32.0 + Update to PMD version 6.33.0 and better reporting of suppressed violations. 1.8.16 Amit Dev