From 6b4428e2afa25dd79aebd6aeab697c8f8257a26b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 18:56:07 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.3.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..9aa5843 100644 --- a/timelineview/build.gradle.kts +++ b/timelineview/build.gradle.kts @@ -74,7 +74,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test") // Android Instrumented Testing - androidTestImplementation("androidx.test.ext:junit:1.1.5") + androidTestImplementation("androidx.test.ext:junit:1.3.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") androidTestImplementation(platform(libs.compose.bom)) androidTestImplementation("androidx.compose.ui:ui-test-junit4")