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 Sep 23, 2023
1 parent 6eb43d3 commit f1a239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ koin-test = { module = "org.koin:koin-test", version.ref = "koin" }

espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }

androidx-junit = { module = "androidx.test.ext:junit", version = "1.1.3" }
androidx-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
androidx-coretesting = { module = "androidx.arch.core:core-testing", version = "2.1.0" }
mockk = { module = "io.mockk:mockk", version = "1.12.4" }

Expand Down

0 comments on commit f1a239b

Please sign in to comment.