Skip to content

Commit 320c5b1

Browse files
fix(deps): update dependency checkstyle to v13.3.0 (#16328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2651a37 commit 320c5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conventions/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ afterEvaluate {
419419
checkstyle {
420420
configFile = rootProject.file("buildscripts/checkstyle.xml")
421421
// this version should match the version of google_checks.xml used as basis for above configuration
422-
toolVersion = "13.2.0"
422+
toolVersion = "13.3.0"
423423
maxWarnings = 0
424424
}
425425

0 commit comments

Comments
 (0)