Skip to content

Commit 5304c10

Browse files
committed
[Java] Upgrade to Checkstyle 8.13.
1 parent 506bc9d commit 5304c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ subprojects {
123123
jar.enabled = true
124124

125125
dependencies {
126-
checkstyle 'com.puppycrawl.tools:checkstyle:8.12'
126+
checkstyle 'com.puppycrawl.tools:checkstyle:8.13'
127127

128128
testCompile 'junit:junit:4.12'
129129
testCompile 'org.mockito:mockito-core:2.23.0'
130130
testCompile 'org.hamcrest:hamcrest-library:1.3'
131131
}
132132

133133
checkstyle {
134-
toolVersion = '8.12'
134+
toolVersion = '8.13'
135135
}
136136

137137
compileJava {

0 commit comments

Comments
 (0)