mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 09:17:39 +00:00
build: Update dependency org.mockito:mockito-core to v4.3.1 (#1587)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d3f8a3beb3
commit
186386ce4a
@ -48,7 +48,7 @@ text = "3.0.4"
|
||||
piston = "0.5.7"
|
||||
|
||||
# Tests
|
||||
mockito = "4.3.0"
|
||||
mockito = "4.3.1"
|
||||
checker-qual = "3.21.1"
|
||||
|
||||
# Gradle plugins
|
||||
|
@ -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.3.0")
|
||||
testImplementation("org.mockito:mockito-core:4.3.1")
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user