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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-24 16:14:07 +01:00 committed by GitHub
parent e8f72d6521
commit 0f524e665b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ text = "3.0.4"
piston = "0.5.7"
# Tests
mockito = "4.2.0"
mockito = "4.3.0"
checker-qual = "3.21.1"
# Gradle plugins

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.2.0")
testImplementation("org.mockito:mockito-core:4.3.0")
}
<<<<<<< HEAD