generated from kpavlov/awesome-kotlin-maven-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 0245814
authored
fix(deps): update mockk to v1.14.6 (#405)
> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
>
> This notice will be removed on 2025-10-07.
<hr>
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [io.mockk:mockk-dsl](https://mockk.io)
([source](https://redirect.github.com/mockk/mockk)) | `1.14.5` ->
`1.14.6` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [io.mockk:mockk](https://mockk.io)
([source](https://redirect.github.com/mockk/mockk)) | `1.14.5` ->
`1.14.6` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mockk/mockk (io.mockk:mockk-dsl)</summary>
###
[`v1.14.6`](https://redirect.github.com/mockk/mockk/releases/tag/1.14.6)
[Compare
Source](https://redirect.github.com/mockk/mockk/compare/1.14.5...1.14.6)
##### What's Changed
- Fix and add clearMocks test cases by
[@​jmatsu](https://redirect.github.com/jmatsu) in
[#​1419](https://redirect.github.com/mockk/mockk/pull/1419)
- make captured value reference volatile by
[@​mmimica](https://redirect.github.com/mmimica) in
[#​1418](https://redirect.github.com/mockk/mockk/pull/1418)
- add fail-fast guard for Kotlin inline function mocking
([#​1030](https://redirect.github.com/mockk/mockk/issues/1030)) by
[@​ch200203](https://redirect.github.com/ch200203) in
[#​1421](https://redirect.github.com/mockk/mockk/pull/1421)
- add test reports to GitHub actions by
[@​aSemy](https://redirect.github.com/aSemy) in
[#​994](https://redirect.github.com/mockk/mockk/pull/994)
- fix duration denormalized error by
[@​tigermint](https://redirect.github.com/tigermint) in
[#​1424](https://redirect.github.com/mockk/mockk/pull/1424)
- refactor: enhance confirmVerified function to include clear option by
[@​felix-dolderer-el](https://redirect.github.com/felix-dolderer-el)
in [#​1427](https://redirect.github.com/mockk/mockk/pull/1427)
##### New Contributors
- [@​jmatsu](https://redirect.github.com/jmatsu) made their first
contribution in
[#​1419](https://redirect.github.com/mockk/mockk/pull/1419)
- [@​mmimica](https://redirect.github.com/mmimica) made their
first contribution in
[#​1418](https://redirect.github.com/mockk/mockk/pull/1418)
- [@​ch200203](https://redirect.github.com/ch200203) made their
first contribution in
[#​1421](https://redirect.github.com/mockk/mockk/pull/1421)
- [@​tigermint](https://redirect.github.com/tigermint) made their
first contribution in
[#​1424](https://redirect.github.com/mockk/mockk/pull/1424)
-
[@​felix-dolderer-el](https://redirect.github.com/felix-dolderer-el)
made their first contribution in
[#​1427](https://redirect.github.com/mockk/mockk/pull/1427)
**Full Changelog**:
<mockk/mockk@1.14.5...1.14.6>
</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 these
updates 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/mokksy/ai-mocks).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4cfad79 commit 0245814Copy full SHA for 0245814
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- gradle
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: gradle/libs.versions.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments