From 2afa6cc6642d2c299d0155bd93c2b807edfaab61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 16:55:26 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.espresso:espresso-contrib to v3.7.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 38 ++++++++++++++++++++++++++++++++ library/build.gradle | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 4af2e91c8..be8e63468 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -339,6 +339,9 @@ + + + @@ -360,6 +363,9 @@ + + + @@ -564,6 +570,9 @@ + + + @@ -808,6 +817,14 @@ + + + + + + + + @@ -919,6 +936,11 @@ + + + + + @@ -1001,6 +1023,14 @@ + + + + + + + + @@ -8386,6 +8416,14 @@ + + + + + + + + diff --git a/library/build.gradle b/library/build.gradle index 747ba39f0..a9d1996e2 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -91,7 +91,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' - androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1' + androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.7.0' androidTestImplementation 'commons-io:commons-io:2.20.0' }