Update dependency org.mockito:mockito-core to v5.14.1 (#2941)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-07 03:41:59 +00:00 committed by GitHub
parent d58026dd04
commit 8c9074ff73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ text = "3.0.4"
piston = "0.5.10"
# Tests
mockito = "5.14.0"
mockito = "5.14.1"
# Gradle plugins
pluginyml = "0.6.0"

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