Skip to content

Commit

Permalink
Update dependency pmd to v7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 6fb34cb commit e57983c
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 e57983c

Please sign in to comment.