Skip to content

Commit 84e7219

Browse files
Update dependency org.mockito:mockito-core to v5.15.2 (#3064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7160792 commit 84e7219

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.14.2"
50+
mockito = "5.15.2"
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.14.2")
31+
testImplementation("org.mockito:mockito-core:5.15.2")
3232
}
3333

3434
<<<<<<< HEAD

0 commit comments

Comments
 (0)