diff --git a/build.gradle b/build.gradle index cb9011f..4019fe9 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { // JUnit tests jupiter - testImplementation 'org.awaitility:awaitility:4.2.0' + testImplementation 'org.awaitility:awaitility:4.2.2' testImplementation "org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT" testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'