Skip to content

Commit

Permalink
Update dependency checkstyle to v10.18.1 (#6678)
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] authored Aug 30, 2024
1 parent 649f963 commit 365fe8a
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 @@ -42,7 +42,7 @@ java {

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

0 comments on commit 365fe8a

Please sign in to comment.