From bd4709b2bd5c9217502d9f5c0b7373783950fa71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 15:27:53 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.3.0 --- app/build.gradle.kts | 2 +- lib/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 55a08c7..b9222fe 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.0") implementation("androidx.activity:activity-compose:1.4.0") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.3") + androidTestImplementation("androidx.test.ext:junit:1.3.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0") androidTestImplementation("androidx.compose.ui:ui-test-junit4:$composeVersion") debugImplementation("androidx.compose.ui:ui-tooling:$composeVersion") diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 69cddbe..d9f26e5 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("com.google.android.material:material:1.4.0") implementation("com.hankcs:aho-corasick-double-array-trie:1.2.3") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.3") + androidTestImplementation("androidx.test.ext:junit:1.3.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0") }