Skip to content

Commit 047a0bb

Browse files
committed
Tool: upgrade checkstyle to v10.19.0
1 parent 05ab6ff commit 047a0bb

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
@@ -43,7 +43,7 @@ checkstyle {
4343
// Default version vs. current version? The default version is quite old (9.3 from
4444
// Jan 30, 2022), so let's go with the current version (10.17).
4545
// However, this needs to be updated manually as Dependabot won't deal with this!
46-
toolVersion = '10.18.2'
46+
toolVersion = '10.19.0'
4747
ignoreFailures = false
4848
maxWarnings = 0
4949
}

0 commit comments

Comments
 (0)