Skip to content

Commit aca4d3a

Browse files
Update dependency checkstyle to v13.6.0
1 parent 42c3a8b commit aca4d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ task smoke(type: Test) {
111111

112112
checkstyle {
113113
maxWarnings = 0
114-
toolVersion = '13.5.0'
114+
toolVersion = '13.6.0'
115115
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
116116
}
117117

0 commit comments

Comments
 (0)