Skip to content

Commit 41a151b

Browse files
fix(deps): update dependency checkstyle to v13.3.0 (open-telemetry#8126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f6a11d commit 41a151b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ java {
4343

4444
checkstyle {
4545
configDirectory.set(file("$rootDir/buildscripts/"))
46-
toolVersion = "13.2.0"
46+
toolVersion = "13.3.0"
4747
isIgnoreFailures = false
4848
configProperties["rootDir"] = rootDir
4949
}

0 commit comments

Comments
 (0)