Skip to content

Commit 60d2d5e

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

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.22.0"
299+
toolVersion = "10.23.0"
300300
configFile = file("${rootProject.projectDir}/checkstyle.xml")
301301
showViolations = false
302302
ignoreFailures = true

0 commit comments

Comments
 (0)