From cb0eec7ace2445a0fde938ee4e343f0900fd593a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Aug 2021 09:24:09 +0000 Subject: [PATCH] chore(deps): update dependency org.awaitility:awaitility-kotlin to v3.1.6 --- example-api-cloud-clients-android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-api-cloud-clients-android/app/build.gradle b/example-api-cloud-clients-android/app/build.gradle index fcc2c66..c5a010c 100644 --- a/example-api-cloud-clients-android/app/build.gradle +++ b/example-api-cloud-clients-android/app/build.gradle @@ -91,7 +91,7 @@ dependencies { androidTestImplementation "com.android.support.test:runner:1.0.2" androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2" androidTestImplementation "org.awaitility:awaitility:3.1.1" - androidTestImplementation "org.awaitility:awaitility-kotlin:3.1.1" + androidTestImplementation "org.awaitility:awaitility-kotlin:3.1.6" // needed to unit test with suspend functions (can remove when the dependency above is updated most likely) testImplementation("org.mockito:mockito-core:2.23.4")