From 46e57ee33eded0ef31529f71d694997989d22b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 01:02:56 +0000 Subject: [PATCH] [dependabot]: Bump androidx.test.espresso:espresso-accessibility Bumps androidx.test.espresso:espresso-accessibility from 3.6.1 to 3.7.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-accessibility dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/espresso/android/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/espresso/android/build.gradle b/packages/espresso/android/build.gradle index 968ec2beff4..eeda8a1e499 100644 --- a/packages/espresso/android/build.gradle +++ b/packages/espresso/android/build.gradle @@ -64,7 +64,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "com.google.truth:truth:1.4.4" - api 'androidx.test.espresso:espresso-core:3.6.1' + api 'androidx.test.espresso:espresso-core:3.7.0' // Core library api 'androidx.test:core:1.7.0' @@ -79,18 +79,18 @@ dependencies { api 'com.google.truth:truth:1.4.4' // Espresso dependencies - api 'androidx.test.espresso:espresso-core:3.6.1' - api 'androidx.test.espresso:espresso-contrib:3.6.1' - api 'androidx.test.espresso:espresso-intents:3.6.1' - api 'androidx.test.espresso:espresso-accessibility:3.6.1' - api 'androidx.test.espresso:espresso-web:3.6.1' - api 'androidx.test.espresso.idling:idling-concurrent:3.6.1' + api 'androidx.test.espresso:espresso-core:3.7.0' + api 'androidx.test.espresso:espresso-contrib:3.7.0' + api 'androidx.test.espresso:espresso-intents:3.7.0' + api 'androidx.test.espresso:espresso-accessibility:3.7.0' + api 'androidx.test.espresso:espresso-web:3.7.0' + api 'androidx.test.espresso.idling:idling-concurrent:3.7.0' // The following Espresso dependency can be either "implementation" // or "androidTestImplementation", depending on whether you want the // dependency to appear on your APK's compile classpath or the test APK // classpath. - api 'androidx.test.espresso:espresso-idling-resource:3.6.1' + api 'androidx.test.espresso:espresso-idling-resource:3.7.0' }