Upgrade to Checkstyle 8.17 and Mockito 2.24

This commit is contained in:
Juergen Hoeller 2019-02-08 18:03:07 +01:00
parent ba0c48b933
commit 9f03d158ce
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ configure(allprojects) { project ->
}
checkstyle {
toolVersion = "8.16"
toolVersion = "8.17"
configDir = rootProject.file("src/checkstyle")
}
@ -156,7 +156,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") {
exclude group: "org.hamcrest", module: "hamcrest-core"
}
testCompile("org.mockito:mockito-core:2.23.4") {
testCompile("org.mockito:mockito-core:2.24.0") {
exclude group: "org.hamcrest", module: "hamcrest-core"
}
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {