Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test.ext:junit to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 5abe46f commit 42dbaf2
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.2.1" }
androidx-coretesting = { module = "androidx.arch.core:core-testing", version = "2.2.0" }
mockk = { module = "io.mockk:mockk", version = "1.12.4" }

Expand Down

0 comments on commit 42dbaf2

Please sign in to comment.