Skip to content

Commit b8d4e3f

Browse files
fix(deps): update dependency checkstyle to v12.1.0
1 parent 5eb8527 commit b8d4e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conventions/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ codenarc {
437437
checkstyle {
438438
configFile = rootProject.file("buildscripts/checkstyle.xml")
439439
// this version should match the version of google_checks.xml used as basis for above configuration
440-
toolVersion = "12.0.1"
440+
toolVersion = "12.1.0"
441441
maxWarnings = 0
442442
}
443443

0 commit comments

Comments
 (0)