Skip to content

Commit 6b60284

Browse files
fix(deps): update dependency io.mockk:mockk to v1.14.9 (#2216)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.mockk:mockk](https://mockk.io) ([source](https://redirect.github.com/mockk/mockk)) | `1.14.7` → `1.14.9` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk/1.14.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk/1.14.7/1.14.9?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mockk/mockk (io.mockk:mockk)</summary> ### [`v1.14.9`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.9) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.14.7...1.14.9) #### What's Changed - fix: normalize value class arguments in EqMatcher for consistent comparison by [@&#8203;edwardmp](https://redirect.github.com/edwardmp) in [#&#8203;1440](https://redirect.github.com/mockk/mockk/pull/1440) - Add configurable logging to withArg & withNullableArg by [@&#8203;OsaSoft](https://redirect.github.com/OsaSoft) in [#&#8203;1441](https://redirect.github.com/mockk/mockk/pull/1441) - docs(readme): document suppressing superclass calls by [@&#8203;ch200203](https://redirect.github.com/ch200203) in [#&#8203;1444](https://redirect.github.com/mockk/mockk/pull/1444) - Fix for issue [#&#8203;1103](https://redirect.github.com/mockk/mockk/issues/1103). by [@&#8203;sdetilly](https://redirect.github.com/sdetilly) in [#&#8203;1449](https://redirect.github.com/mockk/mockk/pull/1449) - Fix configuration option example for restricted classes by [@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob) in [#&#8203;1465](https://redirect.github.com/mockk/mockk/pull/1465) - Fix InaccessibleObjectException when spying on JDK interfaces on JDK 16+ by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1457](https://redirect.github.com/mockk/mockk/pull/1457) - Fix Java 11 compatibility: replace Random.nextLong(long, long) with Java 8 compatible alternative by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1456](https://redirect.github.com/mockk/mockk/pull/1456) - Add optional restricted mock system property by [@&#8203;nishatoma](https://redirect.github.com/nishatoma) in [#&#8203;1454](https://redirect.github.com/mockk/mockk/pull/1454) - Fix StackOverflowError when mocking methods returning ArrayList by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1464](https://redirect.github.com/mockk/mockk/pull/1464) - Change JUnit 4/5 dependencies from implementation to compileOnly by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1455](https://redirect.github.com/mockk/mockk/pull/1455) - bump dependencies, bump dexter by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1477](https://redirect.github.com/mockk/mockk/pull/1477) - Fix issue 1475: nullable value class verification by [@&#8203;sdetilly](https://redirect.github.com/sdetilly) in [#&#8203;1480](https://redirect.github.com/mockk/mockk/pull/1480) - Migrate build configuration to version catalog by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1481](https://redirect.github.com/mockk/mockk/pull/1481) - Clean up CI configuration and build artifacts by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1482](https://redirect.github.com/mockk/mockk/pull/1482) - Add Spotless formatting plugin by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1483](https://redirect.github.com/mockk/mockk/pull/1483) - Enable ktlint unused-imports rule and clean up code by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1489](https://redirect.github.com/mockk/mockk/pull/1489) - chore: enable no-wildcard-imports in ktlint by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1491](https://redirect.github.com/mockk/mockk/pull/1491) - Add List injection support for [@&#8203;InjectMockKs](https://redirect.github.com/InjectMockKs) ([#&#8203;1356](https://redirect.github.com/mockk/mockk/issues/1356)) by [@&#8203;h2jinee](https://redirect.github.com/h2jinee) in [#&#8203;1492](https://redirect.github.com/mockk/mockk/pull/1492) - Unify settings files by prioritizing mockk.properties in MockKSettings by [@&#8203;snowykte0426](https://redirect.github.com/snowykte0426) in [#&#8203;1474](https://redirect.github.com/mockk/mockk/pull/1474) - Fix type matching for any() when parameter is Any ([#&#8203;1296](https://redirect.github.com/mockk/mockk/issues/1296)) by [@&#8203;chapakook](https://redirect.github.com/chapakook) in [#&#8203;1494](https://redirect.github.com/mockk/mockk/pull/1494) - Upgrade Dokka to 2.1.0 and Refactor Documentation Setup by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1499](https://redirect.github.com/mockk/mockk/pull/1499) - chore: bump gradle to 9.3.0, add .gitattributes by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1502](https://redirect.github.com/mockk/mockk/pull/1502) - Fix [#&#8203;1342](https://redirect.github.com/mockk/mockk/issues/1342): Handle value classes for type parameters and don't unbox value classes returned as interface/supertype by [@&#8203;ianbrandt](https://redirect.github.com/ianbrandt) in [#&#8203;1442](https://redirect.github.com/mockk/mockk/pull/1442) - Introduce clearAllStubsFromMemory by [@&#8203;nishatoma](https://redirect.github.com/nishatoma) in [#&#8203;1503](https://redirect.github.com/mockk/mockk/pull/1503) - Bump dokka to 2.2.0-Beta by [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) in [#&#8203;1505](https://redirect.github.com/mockk/mockk/pull/1505) - fix: resolve [@&#8203;InjectMockKs](https://redirect.github.com/InjectMockKs) initialization order based on dependencies by [@&#8203;neungs-2](https://redirect.github.com/neungs-2) in [#&#8203;1500](https://redirect.github.com/mockk/mockk/pull/1500) #### New Contributors - [@&#8203;edwardmp](https://redirect.github.com/edwardmp) made their first contribution in [#&#8203;1440](https://redirect.github.com/mockk/mockk/pull/1440) - [@&#8203;OsaSoft](https://redirect.github.com/OsaSoft) made their first contribution in [#&#8203;1441](https://redirect.github.com/mockk/mockk/pull/1441) - [@&#8203;sdetilly](https://redirect.github.com/sdetilly) made their first contribution in [#&#8203;1449](https://redirect.github.com/mockk/mockk/pull/1449) - [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;1457](https://redirect.github.com/mockk/mockk/pull/1457) - [@&#8203;nishatoma](https://redirect.github.com/nishatoma) made their first contribution in [#&#8203;1454](https://redirect.github.com/mockk/mockk/pull/1454) - [@&#8203;jgrnrt](https://redirect.github.com/jgrnrt) made their first contribution in [#&#8203;1477](https://redirect.github.com/mockk/mockk/pull/1477) - [@&#8203;h2jinee](https://redirect.github.com/h2jinee) made their first contribution in [#&#8203;1492](https://redirect.github.com/mockk/mockk/pull/1492) - [@&#8203;snowykte0426](https://redirect.github.com/snowykte0426) made their first contribution in [#&#8203;1474](https://redirect.github.com/mockk/mockk/pull/1474) - [@&#8203;chapakook](https://redirect.github.com/chapakook) made their first contribution in [#&#8203;1494](https://redirect.github.com/mockk/mockk/pull/1494) - [@&#8203;ianbrandt](https://redirect.github.com/ianbrandt) made their first contribution in [#&#8203;1442](https://redirect.github.com/mockk/mockk/pull/1442) - [@&#8203;neungs-2](https://redirect.github.com/neungs-2) made their first contribution in [#&#8203;1500](https://redirect.github.com/mockk/mockk/pull/1500) **Full Changelog**: <mockk/mockk@1.14.6...1.14.9> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 562ced2 commit 6b60284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation(projects.sharedInternal)
3131

3232
testImplementation("io.ktor:ktor-server-test-host")
33-
testImplementation("io.mockk:mockk:1.14.7")
33+
testImplementation("io.mockk:mockk:1.14.9")
3434
}
3535

3636
application {

0 commit comments

Comments
 (0)