From 6b9719e3463486537689b7a68eddd88ea3550cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 02:11:08 +0000 Subject: [PATCH] Bump the development-dependencies group with 1 update 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9df212ede9..a6bc49e596 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ ext { assertjVersion = '3.24.2' assertkVersion = '0.27.0' - awaitilityVersion = '4.2.0' + awaitilityVersion = '4.2.1' commonsCompressVersion = '1.20' commonsHttpClientVersion = '5.2.3' commonsPoolVersion = '2.12.0'