From 14fc4442893060abb2d4cb6917188d6ee63c7bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:38:44 +0000 Subject: [PATCH] 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 05351499..c3ad81c4 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ dependencies { implementation 'org.seleniumhq.selenium:selenium-java:4.18.1' implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.18.1' implementation 'io.appium:java-client:9.2.0' - implementation 'org.awaitility:awaitility:4.2.0' + implementation 'org.awaitility:awaitility:4.2.1' implementation 'org.wiremock:wiremock:3.4.2' implementation 'org.apache.sshd:sshd-core:2.12.1' implementation 'org.assertj:assertj-core:3.25.3'