Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 4386e44 commit b07091f
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 @@ -136,7 +136,7 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// https://github.com/mockk/mockk/releases
testImplementation("io.mockk:mockk:1.13.7")
testImplementation("io.mockk:mockk:1.13.8")

// https://github.com/assertj/assertj-core/tags
testImplementation("org.assertj:assertj-core:3.24.2")
Expand Down

0 comments on commit b07091f

Please sign in to comment.