Skip to content

Commit 3c48d85

Browse files
fix(deps): update dependency checkstyle to v10.20.1 (#12587)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f47c84 commit 3c48d85

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
@@ -434,7 +434,7 @@ codenarc {
434434
checkstyle {
435435
configFile = rootProject.file("buildscripts/checkstyle.xml")
436436
// this version should match the version of google_checks.xml used as basis for above configuration
437-
toolVersion = "10.20.0"
437+
toolVersion = "10.20.1"
438438
maxWarnings = 0
439439
}
440440

0 commit comments

Comments
 (0)