Skip to content

Commit 6758343

Browse files
fix(deps): update dependency checkstyle to v13
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent e3afa35 commit 6758343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-conventions/src/main/kotlin/jgiven-checkstyle.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
checkstyle {
6-
toolVersion = "12.3.1"
6+
toolVersion = "13.4.0"
77
configFile = file("${rootProject.projectDir}/checkstyle.xml")
88

99
isShowViolations = true

0 commit comments

Comments
 (0)