Skip to content

Commit fb51148

Browse files
Update dependency pmd to v7.20.0
1 parent 40c0450 commit fb51148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/staticCodeAnalysis.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ checkstyle {
1717

1818

1919
pmd {
20-
toolVersion = '7.18.0'
20+
toolVersion = '7.20.0'
2121
ignoreFailures = true
2222
ruleSetFiles = files("config/pmd/ruleset.xml")
2323
ruleSets = []

0 commit comments

Comments
 (0)