Bump PMD from 7.11.0 to 7.12.0
This commit is contained in:
parent
d304b931f9
commit
7ae1650677
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class PmdOperationBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
|
||||
|
||||
var pmd = version(7, 11, 0);
|
||||
var pmd = version(7, 12, 0);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(2, 2, 1)))
|
||||
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue