From 7c09ea56ffd8e1a92587bebd087b8b4aad928085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 02:36:42 +0000 Subject: [PATCH] Bump the development-dependencies group with 1 update (#2663) Bumps the development-dependencies group with 1 update: [org.awaitility:awaitility](https://github.com/awaitility/awaitility). Updates `org.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 dependency-group: development-dependencies ... 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 9a3f722633..f4b505968e 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ ext { assertjVersion = '3.23.1' assertkVersion = '0.24' - awaitilityVersion = '4.2.0' + awaitilityVersion = '4.2.1' commonsCompressVersion = '1.20' commonsHttpClientVersion = '5.1.4' commonsPoolVersion = '2.11.1'