Commit a1d1f48
authored
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v6.2.0 (#857)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[org.mockito.kotlin:mockito-kotlin](https://redirect.github.com/mockito/mockito-kotlin)
| `6.1.0` → `6.2.0` |

|

|
---
### Release Notes
<details>
<summary>mockito/mockito-kotlin
(org.mockito.kotlin:mockito-kotlin)</summary>
###
[`v6.2.0`](https://redirect.github.com/mockito/mockito-kotlin/releases/tag/v6.2.0)
<sup><sup>*Changelog generated by [Shipkit Changelog Gradle
Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup>
##### 6.2.0
- 2026-01-14 - [27
commit(s)](https://redirect.github.com/mockito/mockito-kotlin/compare/v6.1.0...v6.2.0)
by Joshua Selbo, Mark Koops, Tim van der Lippe
- Improving stubbing support for suspend functions and value classes
[(#​569)](https://redirect.github.com/mockito/mockito-kotlin/pull/569)
- Update PR template to run formatting
[(#​568)](https://redirect.github.com/mockito/mockito-kotlin/pull/568)
- Ignore ktfmt formatting revision in git blame
[(#​567)](https://redirect.github.com/mockito/mockito-kotlin/pull/567)
- Enable Spotless formatting check in CI
[(#​566)](https://redirect.github.com/mockito/mockito-kotlin/pull/566)
- Apply ktfmt formatting
[(#​565)](https://redirect.github.com/mockito/mockito-kotlin/pull/565)
- Add tooling for Spotless + ktfmt
[(#​562)](https://redirect.github.com/mockito/mockito-kotlin/pull/562)
- Follow-up on primitive value classes
[(#​561)](https://redirect.github.com/mockito/mockito-kotlin/pull/561)
- Update MockSettings usage
[(#​560)](https://redirect.github.com/mockito/mockito-kotlin/pull/560)
- Fix anyOrNull matcher with value class wrapping primitive type
[(#​557)](https://redirect.github.com/mockito/mockito-kotlin/pull/557)
- Enhance/unify and document stubbing API, more groundwork towards
implementing improved suspend function support
[(#​556)](https://redirect.github.com/mockito/mockito-kotlin/pull/556)
- Add wrappers for mockStatic, mockConstruction
[(#​551)](https://redirect.github.com/mockito/mockito-kotlin/pull/551)
- Add MockedStatic.verify extension fun with lambda last
[(#​549)](https://redirect.github.com/mockito/mockito-kotlin/pull/549)
- Extending/organizing MatchersTest.kt
[(#​548)](https://redirect.github.com/mockito/mockito-kotlin/pull/548)
- Adding value class support to KArgumentCaptor.
[(#​547)](https://redirect.github.com/mockito/mockito-kotlin/pull/547)
- Fix the output directory for the dokka Javadoc plugin
[(#​546)](https://redirect.github.com/mockito/mockito-kotlin/pull/546)
-
[#​544](https://redirect.github.com/mockito/mockito-kotlin/issues/544)
Adding value class support to the eq() argument matcher.
[(#​545)](https://redirect.github.com/mockito/mockito-kotlin/pull/545)
- eq() argument matcher does not support for value class type arguments
[(#​544)](https://redirect.github.com/mockito/mockito-kotlin/issues/544)
- Add note about releasing tags via GitHub UI
[(#​543)](https://redirect.github.com/mockito/mockito-kotlin/pull/543)
</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 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/nextcloud/android-common).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 365ae45 commit a1d1f48
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments