Skip to content

Commit 3b486bd

Browse files
fix(deps): update dependency checkstyle to v12.2.0
1 parent 92d23b2 commit 3b486bd

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
@@ -43,7 +43,7 @@ java {
4343

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

0 commit comments

Comments
 (0)