Upgrade to Mockito 4
This commit is contained in:
@@ -198,7 +198,7 @@ configure(allprojects) { project ->
|
|||||||
exclude group: "org.hamcrest", name: "hamcrest-core"
|
exclude group: "org.hamcrest", name: "hamcrest-core"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencySet(group: 'org.mockito', version: '3.12.4') {
|
dependencySet(group: 'org.mockito', version: '4.0.0') {
|
||||||
entry('mockito-core') {
|
entry('mockito-core') {
|
||||||
exclude group: "org.hamcrest", name: "hamcrest-core"
|
exclude group: "org.hamcrest", name: "hamcrest-core"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user