Skip to content

Commit 6ba7eca

Browse files
Update dependency checkstyle to v13.3.0 (#3156)
1 parent 8ef442b commit 6ba7eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

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

292292
checkstyle {
293293
maxWarnings = 0
294-
toolVersion = '13.2.0'
294+
toolVersion = '13.3.0'
295295
// need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle
296296
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
297297
}

0 commit comments

Comments
 (0)