Skip to content

Commit a34d3d7

Browse files
committed
Tooling: upgrade to checkstyle v10.18.2
1 parent 680cb45 commit a34d3d7

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.1'
46+
toolVersion = '10.18.2'
4747
ignoreFailures = false
4848
maxWarnings = 0
4949
}

0 commit comments

Comments
 (0)