Skip to content

Commit adbf23c

Browse files
Update dependency checkstyle to v10.12.3 (#9321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cdcb2b commit adbf23c

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
@@ -366,7 +366,7 @@ codenarc {
366366
checkstyle {
367367
configFile = rootProject.file("buildscripts/checkstyle.xml")
368368
// this version should match the version of google_checks.xml used as basis for above configuration
369-
toolVersion = "10.12.2"
369+
toolVersion = "10.12.3"
370370
maxWarnings = 0
371371
}
372372

0 commit comments

Comments
 (0)