Skip to content

Commit 77154e1

Browse files
authored
Update checkstyle version to 10.23.0 (#10196)
1 parent 1cf350c commit 77154e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ subprojects {
135135
}
136136

137137
checkstyle {
138-
toolVersion = "10.12.4"
138+
toolVersion = "10.23.0"
139139
configFile = rootProject.file('config/checkstyle/checkstyle.xml')
140140
}
141141
}

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ subprojects {
2525
}
2626

2727
checkstyle {
28-
toolVersion = "10.12.4"
28+
toolVersion = "10.23.0"
2929
configFile = rootProject.file('../config/checkstyle/checkstyle.xml')
3030
}
3131
}

smoke-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ subprojects {
2525
}
2626

2727
checkstyle {
28-
toolVersion = "10.12.4"
28+
toolVersion = "10.23.0"
2929
configFile = rootProject.file('../config/checkstyle/checkstyle.xml')
3030
}
3131
}

0 commit comments

Comments
 (0)