[PR #7035] [MERGED] [deps]: Update mockk to v1.14.11 #120977

Closed
opened 2026-06-09 19:28:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/7035
Author: @renovate[bot]
Created: 6/8/2026
Status: Merged
Merged: 6/8/2026
Merged by: @david-livefront

Base: mainHead: renovate/mockk


📝 Commits (1)

  • 4ac7238 [deps]: Update mockk to v1.14.11

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 gradle/libs.versions.toml (+1 -1)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
io.mockk:mockk (source) 1.14.91.14.11 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mockk/mockk (io.mockk:mockk)

v1.14.11

What's Changed

New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.14.9...v1.14.11


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2nd week starting on the 2 week of the year before 4am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/7035 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 6/8/2026 **Status:** ✅ Merged **Merged:** 6/8/2026 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `renovate/mockk` --- ### 📝 Commits (1) - [`4ac7238`](https://github.com/bitwarden/android/commit/4ac72380a6accbfb2e62cc19df72213b9c436f3f) [deps]: Update mockk to v1.14.11 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `gradle/libs.versions.toml` (+1 -1) </details> ### 📄 Description 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.9` → `1.14.11` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk/1.14.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk/1.14.9/1.14.11?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/3306) for more information. --- ### Release Notes <details> <summary>mockk/mockk (io.mockk:mockk)</summary> ### [`v1.14.11`](https://redirect.github.com/mockk/mockk/releases/tag/v1.14.11) #### What's Changed - fix: added SameInstanceMatcher to handle an issue with equals method when using EqMatcher along with a mock to an object by [@&#8203;DOssaA](https://redirect.github.com/DOssaA) in [#&#8203;1508](https://redirect.github.com/mockk/mockk/pull/1508) - Add scoped confirmVerified overloads for callables (KFunction and KProperty) by [@&#8203;DOssaA](https://redirect.github.com/DOssaA) in [#&#8203;1513](https://redirect.github.com/mockk/mockk/pull/1513) - feat: support MockKAnnotation.useDependencyOrder for JUnit 5 by [@&#8203;ilia1243](https://redirect.github.com/ilia1243) in [#&#8203;1515](https://redirect.github.com/mockk/mockk/pull/1515) - Allow updating settings from code by [@&#8203;Yentis](https://redirect.github.com/Yentis) in [#&#8203;1517](https://redirect.github.com/mockk/mockk/pull/1517) - Add currentThread filter and excluded mocks to clearAllStubsFromMemory by [@&#8203;evgenru](https://redirect.github.com/evgenru) in [#&#8203;1519](https://redirect.github.com/mockk/mockk/pull/1519) - Support new Kotlin annotation defaulting rule for [@&#8203;InjectMockKs](https://redirect.github.com/InjectMockKs) by [@&#8203;ZzAve](https://redirect.github.com/ZzAve) in [#&#8203;1525](https://redirect.github.com/mockk/mockk/pull/1525) - feat(dsl): Add context parameters support module ([#&#8203;1431](https://redirect.github.com/mockk/mockk/issues/1431)) by [@&#8203;faraz152](https://redirect.github.com/faraz152) in [#&#8203;1521](https://redirect.github.com/mockk/mockk/pull/1521) - fix: resolve [@&#8203;InjectMockKs](https://redirect.github.com/InjectMockKs) dependency order for interface by [@&#8203;neungs-2](https://redirect.github.com/neungs-2) in [#&#8203;1526](https://redirect.github.com/mockk/mockk/pull/1526) - fix: resolve [@&#8203;InjectMockKs](https://redirect.github.com/InjectMockKs) dependency order for list injection by [@&#8203;ilia1243](https://redirect.github.com/ilia1243) in [#&#8203;1527](https://redirect.github.com/mockk/mockk/pull/1527) - fix: extract native lib from APK when not on filesystem (AGP 8.5+) by [@&#8203;snowykte0426](https://redirect.github.com/snowykte0426) in [#&#8203;1529](https://redirect.github.com/mockk/mockk/pull/1529) - fix: support OpenJ9 in JvmAutoHinter by [@&#8203;hspedro](https://redirect.github.com/hspedro) in [#&#8203;1530](https://redirect.github.com/mockk/mockk/pull/1530) #### New Contributors - [@&#8203;DOssaA](https://redirect.github.com/DOssaA) made their first contribution in [#&#8203;1508](https://redirect.github.com/mockk/mockk/pull/1508) - [@&#8203;ilia1243](https://redirect.github.com/ilia1243) made their first contribution in [#&#8203;1515](https://redirect.github.com/mockk/mockk/pull/1515) - [@&#8203;Yentis](https://redirect.github.com/Yentis) made their first contribution in [#&#8203;1517](https://redirect.github.com/mockk/mockk/pull/1517) - [@&#8203;evgenru](https://redirect.github.com/evgenru) made their first contribution in [#&#8203;1519](https://redirect.github.com/mockk/mockk/pull/1519) - [@&#8203;ZzAve](https://redirect.github.com/ZzAve) made their first contribution in [#&#8203;1525](https://redirect.github.com/mockk/mockk/pull/1525) - [@&#8203;faraz152](https://redirect.github.com/faraz152) made their first contribution in [#&#8203;1521](https://redirect.github.com/mockk/mockk/pull/1521) - [@&#8203;hspedro](https://redirect.github.com/hspedro) made their first contribution in [#&#8203;1530](https://redirect.github.com/mockk/mockk/pull/1530) **Full Changelog**: <https://github.com/mockk/mockk/compare/1.14.9...v1.14.11> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bitwarden/android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0OmRlcHMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-09 19:28:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#120977