Skip to content

Commit

Permalink
Bump io.mockk:mockk from 1.13.13 to 1.13.14
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.13 to 1.13.14.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.13...1.13.14)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 14221ce commit 5bc3208
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 @@ -80,7 +80,7 @@ runner = { module = "androidx.test:runner", version = "1.6.2" }
orchestrator = { module = "androidx.test:orchestrator", version = "1.5.1" }

truth = { module = "com.google.truth:truth", version = "1.4.4" }
mockk = { module = "io.mockk:mockk", version = "1.13.13" }
mockk = { module = "io.mockk:mockk", version = "1.13.14" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
arch-core-testing = { module = "androidx.arch.core:core-testing", version = "2.2.0" }
room-testing = { module = "androidx.room:room-testing", version.ref = "room" }
Expand Down

0 comments on commit 5bc3208

Please sign in to comment.