Skip to content

Commit

Permalink
fix(deps): update dependency io.mockk:mockk to v1.13.11 (#4050)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.mockk:mockk](https://mockk.io)
([source](https://togithub.com/mockk/mockk)) | `1.13.10` -> `1.13.11` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk/1.13.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.mockk:mockk/1.13.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.mockk:mockk/1.13.10/1.13.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk/1.13.10/1.13.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mockk/mockk (io.mockk:mockk)</summary>

### [`v1.13.11`](https://togithub.com/mockk/mockk/releases/tag/1.13.11)

[Compare
Source](https://togithub.com/mockk/mockk/compare/1.13.10...1.13.11)

#### What's Changed

- Fix wasNotshould throw exception when called on non mocked object by
[@&#8203;Gosunet](https://togithub.com/Gosunet) in
[mockk/mockk#1174
- Fix cannot mock value class for class property in 1.13.10 by
[@&#8203;ZhaohuaZeng-at](https://togithub.com/ZhaohuaZeng-at) in
[mockk/mockk#1230
- Introduce `verifyCount` DSL by
[@&#8203;T45K](https://togithub.com/T45K) in
[mockk/mockk#1234
- Fix parallel testing flag by
[@&#8203;Evenprime](https://togithub.com/Evenprime) in
[mockk/mockk#1238
- Implement `clearStaticMockk` for KFunction and KProperty by
[@&#8203;krocard](https://togithub.com/krocard) in
[mockk/mockk#1239
- \[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR
by [@&#8203;krocard](https://togithub.com/krocard) in
[mockk/mockk#1240

#### New Contributors

- [@&#8203;Gosunet](https://togithub.com/Gosunet) made their first
contribution in
[mockk/mockk#1174
- [@&#8203;ZhaohuaZeng-at](https://togithub.com/ZhaohuaZeng-at) made
their first contribution in
[mockk/mockk#1230
- [@&#8203;T45K](https://togithub.com/T45K) made their first
contribution in
[mockk/mockk#1234
- [@&#8203;Evenprime](https://togithub.com/Evenprime) made their first
contribution in
[mockk/mockk#1238
- [@&#8203;krocard](https://togithub.com/krocard) made their first
contribution in
[mockk/mockk#1239

**Full Changelog**:
mockk/mockk@1.13.10...1.13.11

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kotest/kotest).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent a4b5848 commit 0d8d7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlinx-coroutines = "1.8.0"
kotlinx-serialization = "1.6.3"
ktor = "1.6.8"
mockserver-netty = "5.15.0"
mockk = "1.13.10"
mockk = "1.13.11"
mordant = "1.2.1"
opentest4j = "1.3.0"
plugin-publish = "1.2.1"
Expand Down

0 comments on commit 0d8d7ab

Please sign in to comment.