Skip to content

Commit

Permalink
default pmd version
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich committed Mar 2, 2024
1 parent e631466 commit 02138d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class PmdChecker extends AbstractChecker {
@Parameter
private List<Dependency> pmdPlugins = new ArrayList<>();

private static final String PMD_VERSION = "6.53.0";
private static final String PMD_VERSION = "7.0.0-rc4";
/**
* Location of the properties files that contains configuration options for the maven-pmd-plugin
*/
Expand Down

0 comments on commit 02138d2

Please sign in to comment.