Upgrade to Mockito 2.19 and Mockito Kotlin 1.6

This commit is contained in:
Juergen Hoeller 2018-06-28 18:02:24 +02:00
parent d34e6f7f70
commit 71aee9211f
1 changed files with 2 additions and 2 deletions

View File

@ -157,10 +157,10 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") {
exclude group:'org.hamcrest', module:'hamcrest-core'
}
testCompile("org.mockito:mockito-core:2.18.0") {
testCompile("org.mockito:mockito-core:2.19.0") {
exclude group:'org.hamcrest', module:'hamcrest-core'
}
testCompile("com.nhaarman:mockito-kotlin:1.5.0") {
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
exclude module:'kotlin-stdlib'
exclude module:'kotlin-reflect'
exclude module:'mockito-core'