Skip to content

Commit cc68c95

Browse files
authored
Merge pull request #534 from hmcts/renovate/checkstyle-13.x
Update dependency checkstyle to v13.2.0
2 parents 7014a23 + df11c46 commit cc68c95

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
@@ -110,7 +110,7 @@ tasks.register('fortifyScan', JavaExec) {
110110

111111
checkstyle {
112112
maxWarnings = 0
113-
toolVersion = '13.1.0'
113+
toolVersion = '13.2.0'
114114
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
115115
}
116116

0 commit comments

Comments
 (0)