Skip to content

Commit 64623f9

Browse files
fix(deps): update dependency checkstyle to v13.4.0 (open-telemetry#17214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e9a5d9 commit 64623f9

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
@@ -418,7 +418,7 @@ afterEvaluate {
418418
checkstyle {
419419
configFile = rootProject.file("buildscripts/checkstyle.xml")
420420
// this version should match the version of google_checks.xml used as basis for above configuration
421-
toolVersion = "13.3.0"
421+
toolVersion = "13.4.0"
422422
maxWarnings = 0
423423
}
424424

0 commit comments

Comments
 (0)