Update dependency org.mockito:mockito-core to v3.11.0 (#1103)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-04 09:07:50 +02:00
committed by GitHub
parent 6bfc3ceb95
commit f139088b6e
3 changed files with 3 additions and 3 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:1.9.0-rc1")
testImplementation("org.mockito:mockito-core:3.11.0")
}
<<<<<<< HEAD