Skip to content

Commit

Permalink
chore(deps): bump io.mockk:mockk-jvm from 1.13.12 to 1.13.13 (#181)
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk-jvm](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-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 3e2ef32 commit c4e7e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ kotest-assertions-json = { module = "io.kotest:kotest-assertions-json-jvm", vers
# has different versioning than above dependencies
kotest-runner = { module = "io.kotest:kotest-runner-console-jvm", version = "4.1.3.2" }

mockk = { module = "io.mockk:mockk-jvm", version = "1.13.12" }
mockk = { module = "io.mockk:mockk-jvm", version = "1.13.13" }
kotlin-compileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version = "1.6.0" }

##################### JMH #####################
Expand Down

0 comments on commit c4e7e58

Please sign in to comment.