Skip to content

Commit 9df1f14

Browse files
committed
Bump PMD to version 7.17.0
1 parent e12c96e commit 9df1f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bld/java/rife/bld/extension/PmdOperationBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public PmdOperationBuild() {
5050

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

53-
var pmd = version(7, 16, 0);
53+
var pmd = version(7, 17, 0);
5454
scope(compile)
5555
.include(dependency("com.uwyn.rife2", "bld",
5656
version(2, 3, 0)))

0 commit comments

Comments
 (0)