Skip to content

Commit 0d43f0a

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency checkstyle to v10.25.0
1 parent d0a8890 commit 0d43f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
checkstyle {
10-
toolVersion = "10.23.1"
10+
toolVersion = "10.25.0"
1111
providers.gradleProperty("checkstyle.version")
1212
.takeIf { it.isPresent }
1313
?.let { toolVersion = it.get() }

0 commit comments

Comments
 (0)