Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit f8cfac0

Browse files
build(deps): Bump mockk from 1.13.2 to 1.13.3 in /api-editor (#1137)
Bumps [mockk](https://github.com/mockk/mockk) from 1.13.2 to 1.13.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">mockk's releases</a>.</em></p> <blockquote> <h2>V1.13.3</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Awaits</code> extensions similar to <code>Runs</code> to await suspend functions until cancelled by <a href="https://github.com/SimonMarquis"><code>@​SimonMarquis</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/927">mockk/mockk#927</a></li> <li>Upgrade Kotlin to stable 1.7.20 in GitHub workflow by <a href="https://github.com/SimonMarquis"><code>@​SimonMarquis</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/940">mockk/mockk#940</a></li> <li>Add missing test annotation to LambdaTest by <a href="https://github.com/bossm0n5t3r"><code>@​bossm0n5t3r</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/946">mockk/mockk#946</a></li> <li>Fix verifier logic for slots and different matchers by <a href="https://github.com/m-burst"><code>@​m-burst</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/951">mockk/mockk#951</a></li> <li>Fix InstantiationError when using any() where a sealed type is expected by <a href="https://github.com/cliffred"><code>@​cliffred</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/939">mockk/mockk#939</a></li> <li>Adding throwsMany exception by <a href="https://github.com/daniel-dios"><code>@​daniel-dios</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/955">mockk/mockk#955</a></li> <li>Add more doc comments with samples by <a href="https://github.com/NotWoods"><code>@​NotWoods</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/958">mockk/mockk#958</a></li> <li>added basic jitpack config by <a href="https://github.com/hduerkop"><code>@​hduerkop</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/962">mockk/mockk#962</a></li> <li>add kotlin 1.8-Beta to the test matrix by <a href="https://github.com/aSemy"><code>@​aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/974">mockk/mockk#974</a></li> <li>bump bytebuddy and objenesis by <a href="https://github.com/aSemy"><code>@​aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/975">mockk/mockk#975</a></li> <li>Update README.md to include note about 2-year-old 'known issue' for spy and suspend function by <a href="https://github.com/iainism"><code>@​iainism</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/979">mockk/mockk#979</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SimonMarquis"><code>@​SimonMarquis</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/927">mockk/mockk#927</a></li> <li><a href="https://github.com/bossm0n5t3r"><code>@​bossm0n5t3r</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/946">mockk/mockk#946</a></li> <li><a href="https://github.com/m-burst"><code>@​m-burst</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/951">mockk/mockk#951</a></li> <li><a href="https://github.com/cliffred"><code>@​cliffred</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/939">mockk/mockk#939</a></li> <li><a href="https://github.com/daniel-dios"><code>@​daniel-dios</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/955">mockk/mockk#955</a></li> <li><a href="https://github.com/NotWoods"><code>@​NotWoods</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/958">mockk/mockk#958</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.13.2...1.13.3">https://github.com/mockk/mockk/compare/1.13.2...1.13.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/9d5e80913a686d974e0036cef023a12801d6c321"><code>9d5e809</code></a> Bump version after v1.13.3 release</li> <li><a href="https://github.com/mockk/mockk/commit/219ddafc94869feec4d808e2b1108db9a3ce005f"><code>219ddaf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockk/mockk/issues/979">#979</a> from iainism/patch-2</li> <li><a href="https://github.com/mockk/mockk/commit/6ca9039fb678153d49dda544fe9425f714da5f60"><code>6ca9039</code></a> Update README.md</li> <li><a href="https://github.com/mockk/mockk/commit/5d22742eb7c70177db5f38db09f32d2bb707db4c"><code>5d22742</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockk/mockk/issues/975">#975</a> from aSemy/update/bytebuddy_objenesis</li> <li><a href="https://github.com/mockk/mockk/commit/dd5aacb8ef2184c4306fd95de276d66fbdc17efe"><code>dd5aacb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockk/mockk/issues/974">#974</a> from aSemy/update/kotlin_1_8_0_beta</li> <li><a href="https://github.com/mockk/mockk/commit/7e3e390344a3423e99d5c586573757444e23b79a"><code>7e3e390</code></a> bump byte buddy and objenesis</li> <li><a href="https://github.com/mockk/mockk/commit/11e942309a9d89fae914db39ed9e4d54945c5e4d"><code>11e9423</code></a> add kotlin 1.8 to the test matrix</li> <li><a href="https://github.com/mockk/mockk/commit/d767adbc077c2b3d3fab0cc99c6417b395e966d0"><code>d767adb</code></a> Update default.html</li> <li><a href="https://github.com/mockk/mockk/commit/6ac718c7a7964bca73943a7f537d6efebe3da812"><code>6ac718c</code></a> Update default.html</li> <li><a href="https://github.com/mockk/mockk/commit/e76db5b8082a52ec5d4f5fa44ecc84ccb329da8a"><code>e76db5b</code></a> Update default.html</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.13.2...1.13.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.mockk:mockk&package-manager=gradle&previous-version=1.13.2&new-version=1.13.3)](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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8eb978 commit f8cfac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-editor/backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation(kotlin("test"))
5151
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.3")
5252
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion")
53-
testImplementation("io.mockk:mockk:1.13.2")
53+
testImplementation("io.mockk:mockk:1.13.3")
5454
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
5555
}
5656

api-editor/desktop/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141

4242
testImplementation(kotlin("test"))
4343
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.3")
44-
testImplementation("io.mockk:mockk:1.13.2")
44+
testImplementation("io.mockk:mockk:1.13.3")
4545
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
4646
}
4747

0 commit comments

Comments
 (0)