Skip to content

Commit d561024

Browse files
fix(deps): update dependency checkstyle to v13.3.0
1 parent dc4fb7a commit d561024

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

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

0 commit comments

Comments
 (0)