Skip to content

Commit 6f9c3c3

Browse files
Update dependency org.mockito:mockito-core to v5.5.0 (#2409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8efb1aa commit 6f9c3c3

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.7"
4747

4848
# Tests
49-
mockito = "5.4.0"
49+
mockito = "5.5.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.4.0")
31+
testImplementation("org.mockito:mockito-core:5.5.0")
3232
}
3333

3434
<<<<<<< HEAD

0 commit comments

Comments
 (0)