From 7feb0f4ff7d81c219e29a18af845235ac4ccf9bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:21:54 +0000 Subject: [PATCH] Bump org.awaitility:awaitility in the development-dependencies group (#3414) Bumps the development-dependencies group with 1 update: [org.awaitility:awaitility](https://github.com/awaitility/awaitility). Updates `org.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 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 5119f5092..cc5312c47 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ ext { modifiedFiles.finalizeValueOnRead() assertjVersion = '3.24.2' - awaitilityVersion = '4.2.1' + awaitilityVersion = '4.2.2' googleJsr305Version = '3.0.2' hamcrestVersion = '2.2' hibernateValidationVersion = '8.0.1.Final'