Skip to content

Commit 47ef195

Browse files
Update dependency checkstyle to v13.3.0 (#543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f95897 commit 47ef195

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
@@ -110,7 +110,7 @@ tasks.register('fortifyScan', JavaExec) {
110110

111111
checkstyle {
112112
maxWarnings = 0
113-
toolVersion = '13.2.0'
113+
toolVersion = '13.3.0'
114114
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
115115
}
116116

0 commit comments

Comments
 (0)