Skip to content

Commit 2ab23a5

Browse files
Update dependency checkstyle to v13.4.0 (#1231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 457897b commit 2ab23a5

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
@@ -208,7 +208,7 @@ pmd {
208208

209209
checkstyle {
210210
maxWarnings = 0
211-
toolVersion = '13.1.0'
211+
toolVersion = '13.4.0'
212212
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
213213
}
214214

0 commit comments

Comments
 (0)