Skip to content

Commit

Permalink
fix(deps): update dependency pmd to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent 265f0e4 commit d0ec8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lombok {

pmd {
consoleOutput = true
toolVersion = '7.0.0'
toolVersion = '7.1.0'
ruleSetFiles = fileTree('config/pmd').filter { it.file && it.name.endsWith('.xml') }
ruleSets = []
}
Expand Down

0 comments on commit d0ec8bc

Please sign in to comment.