Skip to content

Commit 996dbfb

Browse files
Update dependency pmd to v7.22.0
1 parent 9d044a5 commit 996dbfb

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
@@ -145,7 +145,7 @@ checkstyle {
145145
}
146146

147147
pmd {
148-
toolVersion = "7.15.0"
148+
toolVersion = "7.22.0"
149149
sourceSets = [sourceSets.main, sourceSets.test, sourceSets.smokeTest, sourceSets.functionalTest]
150150
reportsDir = file("$project.buildDir/reports/pmd")
151151
// https://github.com/pmd/pmd/issues/876

0 commit comments

Comments
 (0)