diff --git a/build.gradle.kts b/build.gradle.kts index 8569b83..e7cab96 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,8 +15,8 @@ repositories { dependencies { compileOnly(spigot("1.17.1")) implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.30") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.0") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.0") } tasks.getByName("test") {