We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ecaf1 commit b153695Copy full SHA for b153695
build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
29
// Test dependencies
30
testImplementation(platform("org.junit:junit-bom:5.10.2"))
31
- testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
32
testImplementation("com.github.seeseemelk:MockBukkit-v1.18:2.85.2")
33
}
34
0 commit comments