Browse Source

Upgrade to Mockito 2.17

pull/1780/head
Juergen Hoeller 8 years ago
parent
commit
c82bf0b004
  1. 2
      build.gradle

2
build.gradle

@ -145,7 +145,7 @@ configure(allprojects) { project -> @@ -145,7 +145,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") {
exclude group:'org.hamcrest', module:'hamcrest-core'
}
testCompile("org.mockito:mockito-core:2.12.0") {
testCompile("org.mockito:mockito-core:2.17.0") {
exclude group:'org.hamcrest', module:'hamcrest-core'
}
testCompile("com.nhaarman:mockito-kotlin:1.5.0") {

Loading…
Cancel
Save