diff --git a/build.gradle b/build.gradle index 04e7259..fb100e4 100644 --- a/build.gradle +++ b/build.gradle @@ -22,9 +22,9 @@ dependencies { testImplementation 'org.awaitility:awaitility:4.2.0' testImplementation "org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT" - testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' } sourceCompatibility = JavaVersion.VERSION_1_8