Skip to content

Commit dab1a6c

Browse files
Update dependency checkstyle to v10.17.0 (#6477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3e3bdf commit dab1a6c

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

Lines changed: 1 addition & 1 deletion
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.16.0"
38+
toolVersion = "10.17.0"
3939
isIgnoreFailures = false
4040
configProperties["rootDir"] = rootDir
4141
}

0 commit comments

Comments
 (0)