Skip to content

Commit ce43454

Browse files
fix(deps): update dependency checkstyle to v10.22.0 (#1905)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0948639 commit ce43454

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
@@ -296,7 +296,7 @@ configure(subprojects) { subproject ->
296296
description = "${rootProject.description} - Module ${project.name}"
297297

298298
checkstyle {
299-
toolVersion = "10.21.4"
299+
toolVersion = "10.22.0"
300300
configFile = file("${rootProject.projectDir}/checkstyle.xml")
301301
showViolations = false
302302
ignoreFailures = true

0 commit comments

Comments
 (0)