From 4bda54af671628e006a830ccb403255df1c78414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 10:53:50 +0000 Subject: [PATCH] Bump org.awaitility:awaitility-kotlin from 4.2.2 to 4.3.0 Bumps [org.awaitility:awaitility-kotlin](https://github.com/awaitility/awaitility) from 4.2.2 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.2...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")