Skip to content

Commit 46f6b80

Browse files
Update dependency pmd to v7.17.0 (#481)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44e46cf commit 46f6b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ checkstyle {
109109
}
110110

111111
pmd {
112-
toolVersion = "7.16.0"
112+
toolVersion = "7.17.0"
113113
sourceSets = [sourceSets.main]
114114
reportsDir = layout.buildDirectory.dir("reports/pmd").get().asFile
115115
// https://github.com/pmd/pmd/issues/876

0 commit comments

Comments
 (0)