Skip to content

Commit 55ab604

Browse files
Update dependency checkstyle to v8.45.1
1 parent 616d464 commit 55ab604

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)