Skip to content

Commit 0916220

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency checkstyle to v10.26.1
1 parent 65832b0 commit 0916220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ checkstyle {
3535
// TOOD: move to /config
3636
val configDir = File(rootDir, "config/checkstyle")
3737

38-
toolVersion = "10.12.6"
38+
toolVersion = "10.26.1"
3939
configProperties = mapOf(
4040
"cache_file" to layout.buildDirectory.dir("checkstyle/cacheFile").get().asFile.relativeTo(configDir)
4141
)

0 commit comments

Comments
 (0)