Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test.ext:junit-ktx to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 383a111 commit f69b325
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 @@ -151,7 +151,7 @@ object deps {

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

object espresso {
const val core = "androidx.test.espresso:espresso-core:3.4.0"
Expand Down

0 comments on commit f69b325

Please sign in to comment.