Skip to content

Commit

Permalink
Merge pull request #135 from nuhkoca/renovate/versions.espresso_core
Browse files Browse the repository at this point in the history
Update dependency androidx.test.espresso:espresso-core to v3.6.1
  • Loading branch information
nuhkoca authored Jun 28, 2024
2 parents 8652c18 + d6a1aa7 commit 2f8f960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object Versions {
const val junit = "1.2.0"
const val truth_ext = "1.6.0"
const val truth = "1.4.3"
const val espresso_core = "3.6.0"
const val espresso_core = "3.6.1"
const val mockito = "2.2.0"
const val arch_core = "1.1.1"
}

0 comments on commit 2f8f960

Please sign in to comment.