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')