Skip to content

Commit

Permalink
Bumped PMD to version 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 29, 2024
1 parent f58d4ac commit 21edab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld/java/rife/bld/extension/PmdOperationBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public PmdOperationBuild() {

repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);

var pmd = version(7, 7, 0);
var pmd = version(7, 8, 0);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(2, 1, 0)))
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd));
Expand Down

0 comments on commit 21edab5

Please sign in to comment.