Skip to content

Commit caf9981

Browse files
Update dependency pmd to v6.55.0
1 parent c37d068 commit caf9981

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
@@ -148,7 +148,7 @@ checkstyle {
148148
}
149149

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

0 commit comments

Comments
 (0)