Skip to content

Commit b78bfb2

Browse files
fix(deps): update dependency checkstyle to v10.14.1 (release/v1.33.x) (#10804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d33eb2b commit b78bfb2

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
@@ -407,7 +407,7 @@ codenarc {
407407
checkstyle {
408408
configFile = rootProject.file("buildscripts/checkstyle.xml")
409409
// this version should match the version of google_checks.xml used as basis for above configuration
410-
toolVersion = "10.14.0"
410+
toolVersion = "10.14.1"
411411
maxWarnings = 0
412412
}
413413

0 commit comments

Comments
 (0)