diff --git a/build.gradle b/build.gradle index 7d629a7..4265c5f 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' testImplementation 'org.assertj:assertj-core:3.25.3' testImplementation 'commons-io:commons-io:2.16.0' - testImplementation 'org.awaitility:awaitility:4.2.0' + testImplementation 'org.awaitility:awaitility:4.2.1' testRuntimeOnly "org.slf4j:slf4j-api:2.0.12" }