Skip to content

Commit 2c762e0

Browse files
fix(deps): update dependency checkstyle to v10.25.0 (#7383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfbea87 commit 2c762e0

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
@@ -42,7 +42,7 @@ java {
4242

4343
checkstyle {
4444
configDirectory.set(file("$rootDir/buildscripts/"))
45-
toolVersion = "10.24.0"
45+
toolVersion = "10.25.0"
4646
isIgnoreFailures = false
4747
configProperties["rootDir"] = rootDir
4848
}

0 commit comments

Comments
 (0)