From ac9fc27737175d046884fba2fb202b77840c6d06 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 3 Aug 2025 14:55:46 +0000
Subject: [PATCH] fix(deps): update dependency
androidx.test.espresso:espresso-core to v3.7.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 3 +++
library/build.gradle | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index dbd59c6cc5..71d3639a2c 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -37,6 +37,7 @@
+
@@ -49,6 +50,7 @@
+
@@ -179,6 +181,7 @@
+
diff --git a/library/build.gradle b/library/build.gradle
index d2c575fabf..951f2fc95b 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -90,7 +90,7 @@ dependencies {
// Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.6.2'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1'
androidTestImplementation 'commons-io:commons-io:2.20.0'
}