Skip to content

Commit

Permalink
Update dependency pmd to v6.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2022
1 parent 679054f commit 64ba1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ tasks.test {
pmd {
isIgnoreFailures = true
isConsoleOutput = false
toolVersion = "6.52.0"
toolVersion = "6.53.0"
rulesMinimumPriority.set(5)
ruleSets = listOf("category/java/codestyle.xml")
}
Expand Down

0 comments on commit 64ba1fd

Please sign in to comment.