From d2dec23730a819534e2fe60569d50cc02a0e60ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:28:10 +0000 Subject: [PATCH] chore(deps): update dependency androidx.compose.ui:ui-test-junit4 to v1.6.2 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 10527cd..8a008aa 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -238,7 +238,7 @@ dependencies { androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") androidTestImplementation(platform("androidx.compose:compose-bom:2024.02.00")) - androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.1") + androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.2") debugImplementation("androidx.compose.ui:ui-tooling:1.6.1") debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.1") }