Skip to content

Commit 859886b

Browse files
fix(deps): update dependency checkstyle to v10.21.4 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eaa4eb9 commit 859886b

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
@@ -24,7 +24,7 @@ java {
2424

2525
checkstyle {
2626
configDirectory.set(file("$rootDir/buildscripts/"))
27-
toolVersion = "10.21.3"
27+
toolVersion = "10.21.4"
2828
isIgnoreFailures = false
2929
configProperties["rootDir"] = rootDir
3030
}

0 commit comments

Comments
 (0)