Skip to content

Commit e8fe449

Browse files
committed
Upgrade Mockito to 3.0.0
1 parent 43447a8 commit e8fe449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ configure(allprojects) { project ->
158158
testCompile("junit:junit:4.13-beta-3") {
159159
exclude group: "org.hamcrest", module: "hamcrest-core"
160160
}
161-
testCompile("org.mockito:mockito-core:2.28.2") {
161+
testCompile("org.mockito:mockito-core:3.0.0") {
162162
exclude group: "org.hamcrest", module: "hamcrest-core"
163163
}
164164
testCompile("io.mockk:mockk:1.9.3")

0 commit comments

Comments
 (0)