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] authored Nov 17, 2023
1 parent 383a111 commit c7b3cb2
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 @@ -150,7 +150,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 c7b3cb2

Please sign in to comment.