Skip to content

Commit

Permalink
Update dependency checkstyle to v10.14.0 (#6261)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 6, 2024
1 parent 601d288 commit 5ef2cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

checkstyle {
configDirectory.set(file("$rootDir/buildscripts/"))
toolVersion = "10.13.0"
toolVersion = "10.14.0"
isIgnoreFailures = false
configProperties["rootDir"] = rootDir
}
Expand Down

0 comments on commit 5ef2cb9

Please sign in to comment.