Skip to content

Commit 257b3ba

Browse files
fix(deps): update dependency checkstyle to v11
1 parent baeccc6 commit 257b3ba

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
@@ -58,7 +58,7 @@ embulkPlugin {
5858

5959
checkstyle {
6060
configFile = file("${project.rootDir}/config/checkstyle/checkstyle.xml")
61-
toolVersion = '6.19'
61+
toolVersion = '11.0.0'
6262
}
6363
checkstyleMain {
6464
configFile = file("${project.rootDir}/config/checkstyle/default.xml")

0 commit comments

Comments
 (0)