Skip to content

Commit 830e10c

Browse files
fix(deps): update dependency checkstyle to v10.21.4 (#3347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5c7686 commit 830e10c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.21.3'
5+
toolVersion = '10.21.4'
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)