Skip to content

Commit

Permalink
fix(deps): update dependency checkstyle to v10.16.0 (#2973)
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 Apr 28, 2024
1 parent 3f79bad commit bdc61bd
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.15.0'
toolVersion '10.16.0'
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 bdc61bd

Please sign in to comment.