Skip to content

Commit 4136a69

Browse files
Update dependency pmd to v6.55.0
1 parent 4b73e86 commit 4136a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ checkstyle {
150150
}
151151

152152
pmd {
153-
toolVersion = "6.18.0"
153+
toolVersion = "6.55.0"
154154
sourceSets = [sourceSets.main]
155155
reportsDir = file("$project.buildDir/reports/pmd")
156156
// https://github.com/pmd/pmd/issues/876

0 commit comments

Comments
 (0)