Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump io.mockk:mockk-jvm from 1.13.14 to 1.13.16 (#5003)
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.13.14 to 1.13.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk-jvm's releases</a>.</em></p> <blockquote> <h2>1.13.16</h2> <h2>What's Changed</h2> <ul> <li>Fix( Issue <a href="https://redirect.github.com/mockk/mockk/issues/1073">#1073</a>): Bug fix for the issue with mocking value classes with coEvery by <a href="https://github.com/kpadhiamex"><code>@kpadhiamex</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1332">mockk/mockk#1332</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.13.14...1.13.16">https://github.com/mockk/mockk/compare/1.13.14...1.13.16</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/9d151cbfa9fd97b5e8114582d52984abfce820fa"><code>9d151cb</code></a> Version bump</li> <li><a href="https://github.com/mockk/mockk/commit/59d8d16da937a5bd0b2f8e58cc7a1ac76691e17b"><code>59d8d16</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1332">#1332</a> from kpadhiamex/1073-fix-issue-with-mocking-value-cl...</li> <li><a href="https://github.com/mockk/mockk/commit/f602f7714d4c71333dd87f2cc7a2fec8bdc3bef7"><code>f602f77</code></a> Used Result.success("") for Kotlin class comparison instead of string name co...</li> <li><a href="https://github.com/mockk/mockk/commit/580c1d752e66d1c457b860c09f77dea21ce80dd1"><code>580c1d7</code></a> Used Kotlin class comparison instead of name comparison</li> <li><a href="https://github.com/mockk/mockk/commit/2ddd49d488f62188faab2e18ad4d012a24c094f0"><code>2ddd49d</code></a> Fix( Issue <a href="https://redirect.github.com/mockk/mockk/issues/1073">#1073</a>): Bug fix for the issue with mocking value classes with coEv...</li> <li>See full diff in <a href="https://github.com/mockk/mockk/compare/1.13.14...1.13.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.mockk:mockk-jvm&package-manager=maven&previous-version=1.13.14&new-version=1.13.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information