Skip to content

Commit b1cb13d

Browse files
fix(deps): update dependency checkstyle to v10.16.0 (main) (#11248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22adefc commit b1cb13d

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
@@ -412,7 +412,7 @@ codenarc {
412412
checkstyle {
413413
configFile = rootProject.file("buildscripts/checkstyle.xml")
414414
// this version should match the version of google_checks.xml used as basis for above configuration
415-
toolVersion = "10.15.0"
415+
toolVersion = "10.16.0"
416416
maxWarnings = 0
417417
}
418418

0 commit comments

Comments
 (0)