From 663463c0a1d19f9eef98ea4a1a4856c108885ba1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:55:55 +0000 Subject: [PATCH] Update dependency androidx.test.espresso:espresso-core to v3.7.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..201f6a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' implementation project(":otp_code_view") } \ No newline at end of file diff --git a/otp_code_view/build.gradle b/otp_code_view/build.gradle index 54f024e..f73f7fe 100644 --- a/otp_code_view/build.gradle +++ b/otp_code_view/build.gradle @@ -41,7 +41,7 @@ dependencies { 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.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } publishing {