Bump PMD to version 7.13.0

This commit is contained in:
Erik C. Thauvin 2025-04-25 08:02:04 -07:00
parent 9e8f6c0497
commit 86ea747ba2
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -40,7 +40,7 @@ public class PmdOperationBuild extends Project {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
var pmd = version(7, 12, 0);
var pmd = version(7, 13, 0);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(2, 2, 1)))
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd));