Bump mockk from 1.12.4 to 1.13.4

Bumps [mockk](https://github.com/mockk/mockk) from 1.12.4 to 1.13.4.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.12.4...v1.13.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-30 02:18:22 +00:00
committed by GitHub
parent 87409f62ed
commit 1d984f13ce

View File

@ -82,7 +82,7 @@ dependencies {
androidTestImplementation("androidx.navigation:navigation-testing:2.5.0")
debugImplementation("androidx.fragment:fragment-testing:1.4.1")
testImplementation("androidx.arch.core:core-testing:2.1.0")
androidTestImplementation("io.mockk:mockk-android:1.12.4")
androidTestImplementation("io.mockk:mockk-android:1.13.4")
androidTestImplementation("io.mockk:mockk-agent-jvm:1.12.4")
testImplementation("io.mockk:mockk:1.12.4")
testImplementation("io.mockk:mockk-agent-jvm:1.12.0")