Skip to content

Commit 8b2f91e

Browse files
fix(deps): update dependency io.mockk:mockk to v1.14.7 (#2154)
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.6` -> `1.14.7` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk/1.14.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk/1.14.6/1.14.7?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.7`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.7) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.14.6...1.14.7) #### 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) #### 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) **Full Changelog**: <mockk/mockk@1.14.6...1.14.7> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 991e3fb commit 8b2f91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-binding-server/build.gradle.kts

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

3030
testImplementation("io.ktor:ktor-server-test-host")
31-
testImplementation("io.mockk:mockk:1.14.6")
31+
testImplementation("io.mockk:mockk:1.14.7")
3232
}
3333

3434
application {

0 commit comments

Comments
 (0)