Skip to content

Commit 408b01c

Browse files
fix(deps): update dependency checkstyle to v10.23.0
1 parent d6ed201 commit 408b01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/analysis.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ staticAnalysis {
1111
maxWarnings = 0
1212
}
1313
checkstyle {
14-
toolVersion "10.12.0"
14+
toolVersion "10.23.0"
1515
configFile rootProject.file('config/checkstyle.xml')
1616
}
1717
pmd {

0 commit comments

Comments
 (0)