Skip to content

Commit b78d354

Browse files
fix(deps): update dependency checkstyle to v12.1.1 (#15148)
1 parent 476fbd9 commit b78d354

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.1.0"
440+
toolVersion = "12.1.1"
441441
maxWarnings = 0
442442
}
443443

0 commit comments

Comments
 (0)