Upgrade Mockito to 3.0.0

master
Sam Brannen 5 years ago
parent 43447a8ee9
commit e8fe4493b9
  1. 2
      build.gradle

@ -158,7 +158,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.13-beta-3") { testCompile("junit:junit:4.13-beta-3") {
exclude group: "org.hamcrest", module: "hamcrest-core" exclude group: "org.hamcrest", module: "hamcrest-core"
} }
testCompile("org.mockito:mockito-core:2.28.2") { testCompile("org.mockito:mockito-core:3.0.0") {
exclude group: "org.hamcrest", module: "hamcrest-core" exclude group: "org.hamcrest", module: "hamcrest-core"
} }
testCompile("io.mockk:mockk:1.9.3") testCompile("io.mockk:mockk:1.9.3")

Loading…
Cancel
Save