We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb1aa commit 6f9c3c3Copy full SHA for 6f9c3c3
gradle/libs.versions.toml
@@ -46,7 +46,7 @@ text = "3.0.4"
46
piston = "0.5.7"
47
48
# Tests
49
-mockito = "5.4.0"
+mockito = "5.5.0"
50
51
# Gradle plugins
52
pluginyml = "0.6.0"
worldedit-sponge/build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
})
29
api("org.apache.logging.log4j:log4j-api")
30
api("org.bstats:bstats-sponge:1.7")
31
- testImplementation("org.mockito:mockito-core:5.4.0")
+ testImplementation("org.mockito:mockito-core:5.5.0")
32
}
33
34
<<<<<<< HEAD
0 commit comments