[ci skip] build: Update dependency org.mockito:mockito-core to v4.5.1 (#1721)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-04-25 16:23:27 +02:00
committed by GitHub
parent e294245ec4
commit 3a22389d35
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.4.0")
testImplementation("org.mockito:mockito-core:4.5.1")
}
<<<<<<< HEAD