build: Update dependency org.mockito:mockito-core to v4.3.1 (#1587)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-01-31 10:29:09 +01:00
committed by GitHub
parent d3f8a3beb3
commit 186386ce4a
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:4.3.0")
testImplementation("org.mockito:mockito-core:4.3.1")
}
<<<<<<< HEAD