From fe78fc39d3e64685a55dbac92d8c77862a48724f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:55:59 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.3.0 --- app/build.gradle | 2 +- otp_code_view/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c57fc7e..eff4afb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' - 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' implementation project(":otp_code_view") diff --git a/otp_code_view/build.gradle b/otp_code_view/build.gradle index 54f024e..e8d5ba7 100644 --- a/otp_code_view/build.gradle +++ b/otp_code_view/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.9.0' testImplementation 'junit:junit:4.13.2' - 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' }