Skip to content

Commit 1c3c187

Browse files
Update dependency checkstyle to v8.45.1
1 parent 9cf6a96 commit 1c3c187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencyCheck {
4949

5050
checkstyle {
5151
maxWarnings = 0
52-
toolVersion = '8.33'
52+
toolVersion = '8.45.1'
5353
// need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle
5454
configDirectory.set(new File(rootDir, 'config/checkstyle'))
5555
}

0 commit comments

Comments
 (0)