Browse Source

Upgrade to Mockito 2.19.1

pull/1916/head
Juergen Hoeller 8 years ago
parent
commit
2329588856
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save