build: Update dependency org.mockito:mockito-core to v4.7.0 (#1904)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-13 17:16:52 +02:00 committed by GitHub
parent 5c2679f95d
commit 26bd9ec5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ text = "3.0.4"
piston = "0.5.7"
# Tests
mockito = "4.6.1"
mockito = "4.7.0"
# Gradle plugins
pluginyml = "0.5.2"

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