Skip to content

Commit be094a9

Browse files
fix(deps): update dependency checkstyle to v12.1.2 (#2106)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fa2d8a commit be094a9

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

214214
checkstyle {
215-
toolVersion = "12.1.1"
215+
toolVersion = "12.1.2"
216216
configFile = file("${rootProject.projectDir}/checkstyle.xml")
217217
showViolations = false
218218
ignoreFailures = true

0 commit comments

Comments
 (0)