diff --git a/build.gradle.kts b/build.gradle.kts index a0275610..45714c7c 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.1") + testImplementation("org.awaitility:awaitility-kotlin:4.2.2") // Database testing infra testImplementation("org.testcontainers:testcontainers")