Skip to content

Commit 0245814

Browse files
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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk-dsl/1.14.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk-dsl/1.14.5/1.14.6?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk/1.14.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk/1.14.5/1.14.6?slim=true)](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 [@&#8203;jmatsu](https://redirect.github.com/jmatsu) in [#&#8203;1419](https://redirect.github.com/mockk/mockk/pull/1419) - make captured value reference volatile by [@&#8203;mmimica](https://redirect.github.com/mmimica) in [#&#8203;1418](https://redirect.github.com/mockk/mockk/pull/1418) - add fail-fast guard for Kotlin inline function mocking ([#&#8203;1030](https://redirect.github.com/mockk/mockk/issues/1030)) by [@&#8203;ch200203](https://redirect.github.com/ch200203) in [#&#8203;1421](https://redirect.github.com/mockk/mockk/pull/1421) - add test reports to GitHub actions by [@&#8203;aSemy](https://redirect.github.com/aSemy) in [#&#8203;994](https://redirect.github.com/mockk/mockk/pull/994) - fix duration denormalized error by [@&#8203;tigermint](https://redirect.github.com/tigermint) in [#&#8203;1424](https://redirect.github.com/mockk/mockk/pull/1424) - refactor: enhance confirmVerified function to include clear option by [@&#8203;felix-dolderer-el](https://redirect.github.com/felix-dolderer-el) in [#&#8203;1427](https://redirect.github.com/mockk/mockk/pull/1427) ##### New Contributors - [@&#8203;jmatsu](https://redirect.github.com/jmatsu) made their first contribution in [#&#8203;1419](https://redirect.github.com/mockk/mockk/pull/1419) - [@&#8203;mmimica](https://redirect.github.com/mmimica) made their first contribution in [#&#8203;1418](https://redirect.github.com/mockk/mockk/pull/1418) - [@&#8203;ch200203](https://redirect.github.com/ch200203) made their first contribution in [#&#8203;1421](https://redirect.github.com/mockk/mockk/pull/1421) - [@&#8203;tigermint](https://redirect.github.com/tigermint) made their first contribution in [#&#8203;1424](https://redirect.github.com/mockk/mockk/pull/1424) - [@&#8203;felix-dolderer-el](https://redirect.github.com/felix-dolderer-el) made their first contribution in [#&#8203;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 0245814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kotlinxSerialization = "1.8.1"
1919
kover = "0.9.2"
2020
ktor = "3.3.0"
2121
langchain4j = "1.7.1"
22-
mockk = "1.14.5"
22+
mockk = "1.14.6"
2323
netty = "4.2.6.Final"
2424
nexusPublish = "2.0.0"
2525
openai = "3.7.1"

0 commit comments

Comments
 (0)