Skip to content

Commit fae939e

Browse files
fix(deps): update dependency checkstyle to v11.1.0
1 parent 8e1d556 commit fae939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ java {
3838
checkstyle {
3939
configDirectory.set(rootProject.file(".checkstyle"))
4040
isShowViolations = true
41-
toolVersion = "11.0.0"
41+
toolVersion = "11.1.0"
4242
}
4343

4444
spotless {

0 commit comments

Comments
 (0)