diff --git a/build.gradle.kts b/build.gradle.kts index fa9022c..1153e6f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -134,7 +134,7 @@ dependencies { testImplementation("io.rest-assured:rest-assured:${depVersions["restAssured"]}") testImplementation("io.rest-assured:kotlin-extensions:${depVersions["restAssured"]}") - testImplementation("org.awaitility:awaitility-kotlin:4.2.2") + testImplementation("org.awaitility:awaitility-kotlin:4.3.0") // Database testing infra testImplementation("org.testcontainers:testcontainers")