Skip to content

Commit c6817d5

Browse files
Update dependency pmd to v6.55.0
1 parent a87da6a commit c6817d5

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
@@ -153,7 +153,7 @@ checkstyle {
153153
}
154154

155155
pmd {
156-
toolVersion = "6.40.0"
156+
toolVersion = "6.55.0"
157157
sourceSets = [sourceSets.main]
158158
reportsDir = file("$project.buildDir/reports/pmd")
159159
// https://github.com/pmd/pmd/issues/876

0 commit comments

Comments
 (0)