Commit 8b2f91e
authored
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` |

|

|
---
> [!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 [@​edwardmp](https://redirect.github.com/edwardmp)
in [#​1440](https://redirect.github.com/mockk/mockk/pull/1440)
- Add configurable logging to withArg & withNullableArg by
[@​OsaSoft](https://redirect.github.com/OsaSoft) in
[#​1441](https://redirect.github.com/mockk/mockk/pull/1441)
- docs(readme): document suppressing superclass calls by
[@​ch200203](https://redirect.github.com/ch200203) in
[#​1444](https://redirect.github.com/mockk/mockk/pull/1444)
- Fix for issue
[#​1103](https://redirect.github.com/mockk/mockk/issues/1103). by
[@​sdetilly](https://redirect.github.com/sdetilly) in
[#​1449](https://redirect.github.com/mockk/mockk/pull/1449)
- Fix configuration option example for restricted classes by
[@​TWiStErRob](https://redirect.github.com/TWiStErRob) in
[#​1465](https://redirect.github.com/mockk/mockk/pull/1465)
- Fix InaccessibleObjectException when spying on JDK interfaces on JDK
16+ by [@​Copilot](https://redirect.github.com/Copilot) in
[#​1457](https://redirect.github.com/mockk/mockk/pull/1457)
- Fix Java 11 compatibility: replace Random.nextLong(long, long) with
Java 8 compatible alternative by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​1456](https://redirect.github.com/mockk/mockk/pull/1456)
- Add optional restricted mock system property by
[@​nishatoma](https://redirect.github.com/nishatoma) in
[#​1454](https://redirect.github.com/mockk/mockk/pull/1454)
- Fix StackOverflowError when mocking methods returning ArrayList by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​1464](https://redirect.github.com/mockk/mockk/pull/1464)
- Change JUnit 4/5 dependencies from implementation to compileOnly by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​1455](https://redirect.github.com/mockk/mockk/pull/1455)
#### New Contributors
- [@​edwardmp](https://redirect.github.com/edwardmp) made their
first contribution in
[#​1440](https://redirect.github.com/mockk/mockk/pull/1440)
- [@​OsaSoft](https://redirect.github.com/OsaSoft) made their
first contribution in
[#​1441](https://redirect.github.com/mockk/mockk/pull/1441)
- [@​sdetilly](https://redirect.github.com/sdetilly) made their
first contribution in
[#​1449](https://redirect.github.com/mockk/mockk/pull/1449)
- [@​Copilot](https://redirect.github.com/Copilot) made their
first contribution in
[#​1457](https://redirect.github.com/mockk/mockk/pull/1457)
- [@​nishatoma](https://redirect.github.com/nishatoma) made their
first contribution in
[#​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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments