From 09d2d8a9add44ed28acd0590dd5fbcaadb76f2d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 04:33:37 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.ext:junit to v1.3.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/build.gradle | 2 +- sample/build.gradle | 2 +- ui/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index 76cf7467..35b9dfb7 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } diff --git a/sample/build.gradle b/sample/build.gradle index ea27c7e5..14b9e0e0 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -51,6 +51,6 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2' implementation project(path: ':ui') testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } diff --git a/ui/build.gradle b/ui/build.gradle index 53631cc1..e61cf21e 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.16.0' implementation 'androidx.appcompat:appcompat:1.7.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' implementation project(':core')