Skip to content

Commit a58b587

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.5.1
| datasource | package | from | to | | ---------- | ------------------------------------ | ----- | ----- | | maven | androidx.test.espresso:espresso-core | 3.4.0 | 3.5.1 |
1 parent 34ca69d commit a58b587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ object deps {
152152
const val junit = "androidx.test.ext:junit-ktx:1.1.3"
153153

154154
object espresso {
155-
const val core = "androidx.test.espresso:espresso-core:3.4.0"
155+
const val core = "androidx.test.espresso:espresso-core:3.5.1"
156156
}
157157
}
158158

0 commit comments

Comments
 (0)