Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test.ext:junit to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent 547791a commit db72ea8
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 @@ -113,7 +113,7 @@ object deps {

object test {
const val junit = "junit:junit:4.13.2"
const val androidxJunit = "androidx.test.ext:junit:1.1.2"
const val androidxJunit = "androidx.test.ext:junit:1.1.5"
const val androidXSspresso = "androidx.test.espresso:espresso-core:3.3.0"

const val mockk = "io.mockk:mockk:1.12.5"
Expand Down

0 comments on commit db72ea8

Please sign in to comment.