Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 9166538 commit 4c3704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")

testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("io.mockk:mockk:1.11.0")
testImplementation("io.mockk:mockk:1.13.16")

}

0 comments on commit 4c3704e

Please sign in to comment.