From 3fa059ef9f30c6c9f55b4606f89c390ae5f9b7ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 17:02:06 +0000 Subject: [PATCH] Update dependency androidx.test.espresso:espresso-core to v3.7.0 --- timelineview/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timelineview/build.gradle.kts b/timelineview/build.gradle.kts index c20c951..bd1c9d0 100644 --- a/timelineview/build.gradle.kts +++ b/timelineview/build.gradle.kts @@ -75,7 +75,7 @@ dependencies { // Android Instrumented Testing androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") androidTestImplementation(platform(libs.compose.bom)) androidTestImplementation("androidx.compose.ui:ui-test-junit4") debugImplementation("androidx.compose.ui:ui-test-manifest")