Skip to content

Commit cb75b94

Browse files
Update dependency checkstyle to v10.18.1
1 parent 9e0c03e commit cb75b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks.named('test') {
4242
}
4343

4444
checkstyle {
45-
toolVersion = '10.18.0'
45+
toolVersion = '10.18.1'
4646
configFile = file("${rootDir}/checkstyle.xml")
4747
maxErrors = 0
4848
maxWarnings = 0

0 commit comments

Comments
 (0)