Skip to content

Commit

Permalink
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 3a44ceb commit aaab470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/staticCodeAnalysis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checkstyle {
//}

pmd {
toolVersion = '7.0.0'
toolVersion = '7.1.0'
ignoreFailures = true
ruleSetFiles = files("config/pmd/ruleset.xml")
ruleSets = []
Expand Down

0 comments on commit aaab470

Please sign in to comment.