From 501acf176cfe2d2db8a57196d31b846243d26311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:03:09 +0200 Subject: [PATCH] Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#3107) 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] 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 fe9e7c27a2..f3093bbe91 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ ext { jacksonDatabindVersion = '2.17.0' testAddonVersion = reactorCoreVersion assertJVersion = '3.25.3' - awaitilityVersion = '4.2.0' + awaitilityVersion = '4.2.1' hoverflyJavaVersion = '0.17.0' tomcatVersion = '9.0.87' boringSslVersion = '2.0.65.Final'