Skip to content

Commit eeff8ad

Browse files
Update dependency pmd to v6.55.0
1 parent c4965a1 commit eeff8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)