Upgrade to Mockito 2.20

master
Juergen Hoeller 6 years ago
parent a9c9ba6601
commit 8e5f243320
  1. 2
      build.gradle

@ -157,7 +157,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") { testCompile("junit:junit:4.12") {
exclude group:'org.hamcrest', module:'hamcrest-core' exclude group:'org.hamcrest', module:'hamcrest-core'
} }
testCompile("org.mockito:mockito-core:2.19.1") { testCompile("org.mockito:mockito-core:2.20.0") {
exclude group:'org.hamcrest', module:'hamcrest-core' exclude group:'org.hamcrest', module:'hamcrest-core'
} }
testCompile("com.nhaarman:mockito-kotlin:1.6.0") { testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

Loading…
Cancel
Save