From 0268f79bf3a4d3e035308c7a12f50b0fe9acbb77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 03:54:31 +0000 Subject: [PATCH] Update dependency androidx.test.espresso:espresso-core to v3.7.0 | datasource | package | from | to | | ---------- | ------------------------------------ | ----- | ----- | | maven | androidx.test.espresso:espresso-core | 3.4.0 | 3.7.0 | --- buildSrc/src/main/kotlin/deps.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index 80cc812..251a8fb 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -152,7 +152,7 @@ object deps { const val junit = "androidx.test.ext:junit-ktx:1.1.3" object espresso { - const val core = "androidx.test.espresso:espresso-core:3.4.0" + const val core = "androidx.test.espresso:espresso-core:3.7.0" } }