Skip to content

Commit 741eb86

Browse files
Update dependency org.mockito:mockito-core to v5.18.0
1 parent ef7e84e commit 741eb86

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
@@ -47,7 +47,7 @@ text = "3.0.4"
4747
piston = "0.5.10"
4848

4949
# Tests
50-
mockito = "5.17.0"
50+
mockito = "5.18.0"
5151

5252
# Gradle plugins
5353
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.17.0")
31+
testImplementation("org.mockito:mockito-core:5.18.0")
3232
}
3333

3434
<<<<<<< HEAD

0 commit comments

Comments
 (0)