Skip to content

Commit 03e3c76

Browse files
Update dependency pmd to v7.12.0
1 parent 1eadff1 commit 03e3c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/staticCodeAnalysis.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checkstyle {
2222
//}
2323

2424
pmd {
25-
toolVersion = '7.9.0'
25+
toolVersion = '7.12.0'
2626
ignoreFailures = true
2727
ruleSetFiles = files("config/pmd/ruleset.xml")
2828
ruleSets = []

0 commit comments

Comments
 (0)