Skip to content

Commit 7014a23

Browse files
authored
Merge pull request #533 from hmcts/renovate/pmd-7.x
Update dependency pmd to v7.21.0
2 parents c2cf9b4 + 03c4cb2 commit 7014a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ checkstyle {
115115
}
116116

117117
pmd {
118-
toolVersion = "7.20.0"
118+
toolVersion = "7.21.0"
119119
sourceSets = [sourceSets.main]
120120
reportsDir = layout.buildDirectory.dir("reports/pmd").get().asFile
121121
// https://github.com/pmd/pmd/issues/876

0 commit comments

Comments
 (0)