Skip to content

Commit

Permalink
⬆ Update mockk to v1.13.14 (#773)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.13.14`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.14)

[Compare
Source](https://redirect.github.com/mockk/mockk/compare/1.13.13...1.13.14)

#### What's Changed

- fix(1308): Handle nullable complex and nested value classes by
[@&#8203;VasilisDrettas-tomtom](https://redirect.github.com/VasilisDrettas-tomtom)
in
[https://github.com/mockk/mockk/pull/1314](https://redirect.github.com/mockk/mockk/pull/1314)
- Fix(Issue no. 1330) for Relaxed Mocking Value When Property is Nested
Value Class by
[@&#8203;kpadhiamex](https://redirect.github.com/kpadhiamex) in
[https://github.com/mockk/mockk/pull/1331](https://redirect.github.com/mockk/mockk/pull/1331)

#### New Contributors

- [@&#8203;kpadhiamex](https://redirect.github.com/kpadhiamex) made
their first contribution in
[https://github.com/mockk/mockk/pull/1331](https://redirect.github.com/mockk/mockk/pull/1331)

**Full Changelog**:
mockk/mockk@1.13.13...1.13.14

</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/LeoColman/Petals).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 4a8080e commit 9c9721a
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 @@ -11,7 +11,7 @@ licensee = "1.12.0"
vanpra-material-dialogs = "0.9.0"
sqldelight = "2.0.2"
glance = "1.1.1"
mockk = "1.13.13"
mockk = "1.13.14"

[libraries]
android-desugar-jdk = "com.android.tools:desugar_jdk_libs:2.1.4"
Expand Down

0 comments on commit 9c9721a

Please sign in to comment.