Skip to content

Commit a070a8a

Browse files
fix(deps): update dependency checkstyle to v11
1 parent 0fe5a86 commit a070a8a

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 = '9.3'
61+
toolVersion = '11.0.0'
6262
}
6363
checkstyleMain {
6464
configFile = file("${project.rootDir}/config/checkstyle/default.xml")

0 commit comments

Comments
 (0)