Skip to content

Commit

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

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

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 Oct 10, 2024
1 parent 667e29d commit 22fed02
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 @@ -173,7 +173,7 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// https://github.com/mockk/mockk/releases
testImplementation("io.mockk:mockk:1.13.12")
testImplementation("io.mockk:mockk:1.13.13")

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

0 comments on commit 22fed02

Please sign in to comment.