Skip to content

Commit cf73f0b

Browse files
fix(deps): update dependency checkstyle to v10.19.0 (spotbugs#3173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce0a2a9 commit cf73f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/checkstyle.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apply plugin: 'checkstyle'
33

44
checkstyle {
5-
toolVersion '10.18.2'
5+
toolVersion '10.19.0'
66
ignoreFailures false
77
configFile file("$rootDir/spotbugs/etc/checkstyle.xml") // TODO : This config file is lame and should be moved out...
88
}

0 commit comments

Comments
 (0)