Update dependency org.mockito:mockito-core to v5.10.0 (#2564)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-05 22:45:23 +01:00
committed by GitHub
parent 36ce7afcff
commit 9beda23f4a
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:5.9.0")
testImplementation("org.mockito:mockito-core:5.10.0")
}
<<<<<<< HEAD