Skip to content

Commit 0b8839f

Browse files
Update dependency pmd to v7.16.0
1 parent 7724e62 commit 0b8839f

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
@@ -137,7 +137,7 @@ checkstyle {
137137
}
138138

139139
pmd {
140-
toolVersion = "7.15.0"
140+
toolVersion = "7.16.0"
141141
sourceSets = [sourceSets.main, sourceSets.test, sourceSets.smokeTest, sourceSets.functionalTest]
142142
reportsDir = file("$project.buildDir/reports/pmd")
143143
// https://github.com/pmd/pmd/issues/876

0 commit comments

Comments
 (0)