Skip to content

Commit c009ef0

Browse files
Update dependency checkstyle to v11.0.1 (#311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f15fe57 commit c009ef0

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
@@ -116,7 +116,7 @@ tasks.register('smoke', Test) {
116116

117117
checkstyle {
118118
maxWarnings = 0
119-
toolVersion = '11.0.0'
119+
toolVersion = '11.0.1'
120120
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
121121
}
122122

0 commit comments

Comments
 (0)