Skip to content

Commit 1f23b6d

Browse files
committedFeb 26, 2021
Updated dependencies for checkstyle and pmd
1 parent 7ad6270 commit 1f23b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎config/quality.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def reportsDir = "${project.buildDir}/reports"
55

66
apply plugin: 'checkstyle'
77

8-
checkstyle.toolVersion = '8.38'
8+
checkstyle.toolVersion = '8.40'
99

1010
tasks.register("checkstyle", Checkstyle) {
1111
configFile file("$configDir/checkstyle.xml")
@@ -24,7 +24,7 @@ tasks.register("checkstyle", Checkstyle) {
2424
apply plugin: 'pmd'
2525

2626
pmd {
27-
toolVersion = '6.30.0'
27+
toolVersion = '6.31.0'
2828
}
2929

3030
tasks.register("pmd", Pmd) {

0 commit comments

Comments
 (0)
Please sign in to comment.