Upgrade to Mockito 4

This commit is contained in:
Sam Brannen 2021-10-10 23:26:07 +02:00
parent bdfd983bb4
commit 47b8e8d528
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ configure(allprojects) { project ->
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') {
exclude group: "org.hamcrest", name: "hamcrest-core"
}