Skip to content

Commit 9f03d15

Browse files
committed
Upgrade to Checkstyle 8.17 and Mockito 2.24
1 parent ba0c48b commit 9f03d15

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
@@ -143,7 +143,7 @@ configure(allprojects) { project ->
143143
}
144144

145145
checkstyle {
146-
toolVersion = "8.16"
146+
toolVersion = "8.17"
147147
configDir = rootProject.file("src/checkstyle")
148148
}
149149

@@ -156,7 +156,7 @@ configure(allprojects) { project ->
156156
testCompile("junit:junit:4.12") {
157157
exclude group: "org.hamcrest", module: "hamcrest-core"
158158
}
159-
testCompile("org.mockito:mockito-core:2.23.4") {
159+
testCompile("org.mockito:mockito-core:2.24.0") {
160160
exclude group: "org.hamcrest", module: "hamcrest-core"
161161
}
162162
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

0 commit comments

Comments
 (0)