From d061bca139c7de30cc3f0f7a129ba886605b62c8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 31 Jul 2025 00:29:33 +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>
---
core/build.gradle | 2 +-
gradle/verification-metadata.xml | 2 ++
sample/build.gradle | 2 +-
ui/build.gradle | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/core/build.gradle b/core/build.gradle
index a237acb3..76cf7467 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -43,7 +43,7 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
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'
}
afterEvaluate {
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index e17843b7..aa69e69d 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -66,6 +66,7 @@
+
@@ -192,6 +193,7 @@
+
diff --git a/sample/build.gradle b/sample/build.gradle
index a0439550..ea27c7e5 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -52,5 +52,5 @@ dependencies {
implementation project(path: ':ui')
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'
}
diff --git a/ui/build.gradle b/ui/build.gradle
index 8d881894..53631cc1 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -54,7 +54,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.1'
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'
implementation project(':core')
api project(':material-color-utilities')