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