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 7160792 commit 84e7219Copy full SHA for 84e7219
gradle/libs.versions.toml
@@ -47,7 +47,7 @@ text = "3.0.4"
47
piston = "0.5.10"
48
49
# Tests
50
-mockito = "5.14.2"
+mockito = "5.15.2"
51
52
# Gradle plugins
53
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.14.2")
+ testImplementation("org.mockito:mockito-core:5.15.2")
32
}
33
34
<<<<<<< HEAD
0 commit comments