From 39d649f6f71781a7078b59c0561dd287d2ba48b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:12:04 +0200 Subject: [PATCH] Bump org.awaitility:awaitility from 4.1.1 to 4.2.1 in /android (#181) Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.1.1 to 4.2.1. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.1.1...awaitility-4.2.1) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/releasetest/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/releasetest/build.gradle b/android/releasetest/build.gradle index 1d7d24dab..bf21ccdc6 100644 --- a/android/releasetest/build.gradle +++ b/android/releasetest/build.gradle @@ -93,7 +93,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit:1.1.4" androidTestImplementation "androidx.test.ext:truth:1.4.0" - androidTestImplementation('org.awaitility:awaitility:4.1.1') { + androidTestImplementation('org.awaitility:awaitility:4.2.1') { transitive = false } implementation "androidx.core:core-ktx:1.8.0"