From 3a54480680b3921c08302716b8210a1eac76490d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:21:28 +0000 Subject: [PATCH] chore(deps): bump org.awaitility:awaitility from 4.2.0 to 4.2.1 Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.1) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/k6-report-ingress/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/k6-report-ingress/build.gradle b/apps/k6-report-ingress/build.gradle index f1b8214..9ee8ab5 100644 --- a/apps/k6-report-ingress/build.gradle +++ b/apps/k6-report-ingress/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation platform("org.testcontainers:testcontainers-bom:1.19.7") - testImplementation "org.awaitility:awaitility:4.2.0" + testImplementation "org.awaitility:awaitility:4.2.1" testImplementation "org.flywaydb:flyway-core:${flywayVersion}" testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.testcontainers:junit-jupiter"