Skip to content

Commit e9266c8

Browse files
Update dependency checkstyle to v10.13.0 (#6178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e2a99a commit e9266c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ java {
3535

3636
checkstyle {
3737
configDirectory.set(file("$rootDir/buildscripts/"))
38-
toolVersion = "10.12.7"
38+
toolVersion = "10.13.0"
3939
isIgnoreFailures = false
4040
configProperties["rootDir"] = rootDir
4141
}

0 commit comments

Comments
 (0)