Skip to content

Commit

Permalink
fix(deps): update dependency checkstyle to v10.21.1 (spotbugs#3240)
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 Dec 28, 2024
1 parent ff8b14d commit 8e3792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/checkstyle.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apply plugin: 'checkstyle'

checkstyle {
toolVersion '10.21.0'
toolVersion '10.21.1'
ignoreFailures false
configFile file("$rootDir/spotbugs/etc/checkstyle.xml") // TODO : This config file is lame and should be moved out...
}
Expand Down

0 comments on commit 8e3792e

Please sign in to comment.