From 702c15b0bbaac8e8ca63ef9a7d80ea4164ba4d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:43:56 +0200 Subject: [PATCH] Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#305) Bumps [org.awaitility:awaitility](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7561187..9b43ea8 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion" testImplementation "io.fabric8:kubernetes-client:6.8.0" - testImplementation "org.awaitility:awaitility:4.2.1" + testImplementation "org.awaitility:awaitility:4.2.2" testImplementation "org.mockito:mockito-core:4.11.0" testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion" testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"