Skip to content

Commit e4e47ae

Browse files
fix(deps): update dependency checkstyle to v12.1.2 (#15269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 715dd9d commit e4e47ae

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
@@ -422,7 +422,7 @@ codenarc {
422422
checkstyle {
423423
configFile = rootProject.file("buildscripts/checkstyle.xml")
424424
// this version should match the version of google_checks.xml used as basis for above configuration
425-
toolVersion = "12.1.1"
425+
toolVersion = "12.1.2"
426426
maxWarnings = 0
427427
}
428428

0 commit comments

Comments
 (0)