From 6099903d753272be2df0f382b51e3056aca66168 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 22:08:24 +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 d45955e..491be33 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.2.1") - androidTestImplementation("androidx.test.espresso:espresso-core:3.6.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")