Skip to content

Commit bc833c0

Browse files
fix(deps): update dependency checkstyle to v10.17.0 (main) (#11461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e168f7 commit bc833c0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ codenarc {
427427
checkstyle {
428428
configFile = rootProject.file("buildscripts/checkstyle.xml")
429429
// this version should match the version of google_checks.xml used as basis for above configuration
430-
toolVersion = "10.16.0"
430+
toolVersion = "10.17.0"
431431
maxWarnings = 0
432432
}
433433

0 commit comments

Comments
 (0)