Skip to content

Commit a91b288

Browse files
Update dependency checkstyle to v13 (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5278316 commit a91b288

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
@@ -31,7 +31,7 @@ dependencyUpdates.resolutionStrategy = {
3131

3232
checkstyle {
3333
maxWarnings = 0
34-
toolVersion = '11.1.0'
34+
toolVersion = '13.4.0'
3535
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
3636
}
3737

0 commit comments

Comments
 (0)