Skip to content

Commit

Permalink
build(deps): bump io.mockk:mockk-android from 1.13.3 to 1.13.8
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk-android](https://github.com/mockk/mockk) from 1.13.3 to 1.13.8.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.3...1.13.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2023
1 parent c16b26b commit 0223f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dependencies {
implementation("androidx.hilt:hilt-work:1.0.0")

// Test
val mockkVersion = "1.13.3"
val mockkVersion = "1.13.8"
testImplementation("junit:junit:4.13.2")
testImplementation("io.mockk:mockk-android:$mockkVersion")
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.5")
Expand Down

0 comments on commit 0223f66

Please sign in to comment.