From 6f0e2108bf3f326dd11e42f0124b176c63d38ab7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:59:15 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.espresso:espresso-core to v3.6.0 --- android/app/build.gradle | 2 +- android/sampleintegration/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index bbb9d07..1adddc0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' androidTestImplementation "androidx.test:rules:$rootProject.androidXTestVersion" androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0' diff --git a/android/sampleintegration/app/build.gradle b/android/sampleintegration/app/build.gradle index 2470c47..c252c28 100644 --- a/android/sampleintegration/app/build.gradle +++ b/android/sampleintegration/app/build.gradle @@ -35,7 +35,7 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' androidTestImplementation "androidx.test:rules:$rootProject.androidXTestVersion" androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0' // Lifecycle components