We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43447a8 commit e8fe449Copy full SHA for e8fe449
build.gradle
@@ -158,7 +158,7 @@ configure(allprojects) { project ->
158
testCompile("junit:junit:4.13-beta-3") {
159
exclude group: "org.hamcrest", module: "hamcrest-core"
160
}
161
- testCompile("org.mockito:mockito-core:2.28.2") {
+ testCompile("org.mockito:mockito-core:3.0.0") {
162
163
164
testCompile("io.mockk:mockk:1.9.3")
0 commit comments