From 53b7827465b2a201aff6b835b4a4e1a0a2c4cd15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 02:35:49 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0 --- app/build.gradle | 2 +- pena/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5d6f368..3f9e142 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation project(path: ':pena') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } java { diff --git a/pena/build.gradle b/pena/build.gradle index a7e63a8..07e4905 100644 --- a/pena/build.gradle +++ b/pena/build.gradle @@ -55,7 +55,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.14.1' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } afterEvaluate {