Skip to content

Commit

Permalink
Merge pull request #541 from anasoid/renovate/pmd-7.x
Browse files Browse the repository at this point in the history
Update dependency pmd to v7.10.0
  • Loading branch information
anasoid authored Feb 8, 2025
2 parents 6fb34cb + e57983c commit f6bbb6f
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 @@ -79,7 +79,7 @@ subprojects {

}
pmd {
toolVersion = "7.9.0"
toolVersion = "7.10.0"
consoleOutput = true
sourceSets = [sourceSets.main]
ruleSetFiles = files("${rootProject.projectDir}/config/pmd/pmd.xml")
Expand Down

0 comments on commit f6bbb6f

Please sign in to comment.