Skip to content

Commit 05ed217

Browse files
Update dependency org.mockito:mockito-core to v5.19.0 (#3287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11ab41a commit 05ed217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ text = "3.0.4"
4646
piston = "0.5.10"
4747

4848
# Tests
49-
mockito = "5.18.0"
49+
mockito = "5.19.0"
5050

5151
# Gradle plugins
5252
pluginyml = "0.6.0"

worldedit-sponge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
})
2929
api("org.apache.logging.log4j:log4j-api")
3030
api("org.bstats:bstats-sponge:1.7")
31-
testImplementation("org.mockito:mockito-core:5.18.0")
31+
testImplementation("org.mockito:mockito-core:5.19.0")
3232
}
3333

3434
<<<<<<< HEAD

0 commit comments

Comments
 (0)