Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test:core-ktx to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2024
1 parent a5bf2ac commit cd9d114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ object deps {
const val junit = "junit:junit:4.13.2"

object androidx {
const val core = "androidx.test:core-ktx:1.4.0"
const val core = "androidx.test:core-ktx:1.5.0"
const val junit = "androidx.test.ext:junit-ktx:1.1.3"

object espresso {
Expand Down

0 comments on commit cd9d114

Please sign in to comment.