Skip to content

Commit ab097de

Browse files
committed
Bump PMD to version 7.19.0
1 parent 0cb1652 commit ab097de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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
@@ -48,7 +48,7 @@ public PmdOperationBuild() {
4848

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

51-
var pmd = version(7, 18, 0);
51+
var pmd = version(7, 19, 0);
5252
var junit = version(6, 0, 1);
5353
scope(compile)
5454
.include(dependency("com.uwyn.rife2", "bld",

src/main/java/rife/bld/extension/PmdOperation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
4444
* @since 1.0
4545
*/
46+
@SuppressWarnings("PMD.CouplingBetweenObjects")
4647
@SuppressFBWarnings("PATH_TRAVERSAL_IN")
4748
public class PmdOperation extends AbstractOperation<PmdOperation> {
4849
/**

0 commit comments

Comments
 (0)