diff --git a/build.gradle.kts b/build.gradle.kts index b061224..d0563c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,8 +25,8 @@ subprojects { compileOnly("net.kyori:adventure-text-serializer-legacy:$adventureVersion") compileOnly("net.kyori:adventure-text-serializer-gson:$adventureVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2") testImplementation("org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT") testImplementation("net.kyori:adventure-api:$adventureVersion")