chore: Update dependency org.mockito:mockito-core to v4 (#1360)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-10-17 10:06:45 +02:00
committed by GitHub
parent 69a85fb068
commit 3a952e1938
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ dependencies {
})
api("org.apache.logging.log4j:log4j-api")
api("org.bstats:bstats-sponge:1.7")
testImplementation("org.mockito:mockito-core:3.11.2")
testImplementation("org.mockito:mockito-core:4.0.0")
}
<<<<<<< HEAD