Skip to content

Commit eacd94d

Browse files
committed
Bump Checkstyle from 11.0.0 to 11.0.1
1 parent f37884c commit eacd94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.0/gradle/vividus-library.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ apply plugin: 'checkstyle'
194194
checkstyle {
195195
configDirectory = file("${buildSystemConfigDir}/checkstyle")
196196
dependencies {
197-
checkstyle(group: 'com.puppycrawl.tools', name: 'checkstyle', version: '11.0.0')
197+
checkstyle(group: 'com.puppycrawl.tools', name: 'checkstyle', version: '11.0.1')
198198
checkstyle(group: 'com.github.sevntu-checkstyle', name: 'sevntu-checks', version: '1.44.1')
199199
}
200200
}

0 commit comments

Comments
 (0)