Skip to content

Commit 47b8e8d

Browse files
committed
Upgrade to Mockito 4
1 parent bdfd983 commit 47b8e8d

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
@@ -198,7 +198,7 @@ configure(allprojects) { project ->
198198
exclude group: "org.hamcrest", name: "hamcrest-core"
199199
}
200200
}
201-
dependencySet(group: 'org.mockito', version: '3.12.4') {
201+
dependencySet(group: 'org.mockito', version: '4.0.0') {
202202
entry('mockito-core') {
203203
exclude group: "org.hamcrest", name: "hamcrest-core"
204204
}

0 commit comments

Comments
 (0)