Skip to content

Commit c2cf9b4

Browse files
authored
Merge pull request #532 from hmcts/renovate/checkstyle-13.x
Update dependency checkstyle to v13.1.0
2 parents b8dd4d5 + 63bcf6a commit c2cf9b4

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.0.0'
113+
toolVersion = '13.1.0'
114114
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
115115
}
116116

0 commit comments

Comments
 (0)