Skip to content

Commit a1d1f48

Browse files
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` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito.kotlin:mockito-kotlin/6.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito.kotlin:mockito-kotlin/6.1.0/6.2.0?slim=true) | --- ### 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 [(#&#8203;569)](https://redirect.github.com/mockito/mockito-kotlin/pull/569) - Update PR template to run formatting [(#&#8203;568)](https://redirect.github.com/mockito/mockito-kotlin/pull/568) - Ignore ktfmt formatting revision in git blame [(#&#8203;567)](https://redirect.github.com/mockito/mockito-kotlin/pull/567) - Enable Spotless formatting check in CI [(#&#8203;566)](https://redirect.github.com/mockito/mockito-kotlin/pull/566) - Apply ktfmt formatting [(#&#8203;565)](https://redirect.github.com/mockito/mockito-kotlin/pull/565) - Add tooling for Spotless + ktfmt [(#&#8203;562)](https://redirect.github.com/mockito/mockito-kotlin/pull/562) - Follow-up on primitive value classes [(#&#8203;561)](https://redirect.github.com/mockito/mockito-kotlin/pull/561) - Update MockSettings usage [(#&#8203;560)](https://redirect.github.com/mockito/mockito-kotlin/pull/560) - Fix anyOrNull matcher with value class wrapping primitive type [(#&#8203;557)](https://redirect.github.com/mockito/mockito-kotlin/pull/557) - Enhance/unify and document stubbing API, more groundwork towards implementing improved suspend function support [(#&#8203;556)](https://redirect.github.com/mockito/mockito-kotlin/pull/556) - Add wrappers for mockStatic, mockConstruction [(#&#8203;551)](https://redirect.github.com/mockito/mockito-kotlin/pull/551) - Add MockedStatic.verify extension fun with lambda last [(#&#8203;549)](https://redirect.github.com/mockito/mockito-kotlin/pull/549) - Extending/organizing MatchersTest.kt [(#&#8203;548)](https://redirect.github.com/mockito/mockito-kotlin/pull/548) - Adding value class support to KArgumentCaptor. [(#&#8203;547)](https://redirect.github.com/mockito/mockito-kotlin/pull/547) - Fix the output directory for the dokka Javadoc plugin [(#&#8203;546)](https://redirect.github.com/mockito/mockito-kotlin/pull/546) - [#&#8203;544](https://redirect.github.com/mockito/mockito-kotlin/issues/544) Adding value class support to the eq() argument matcher. [(#&#8203;545)](https://redirect.github.com/mockito/mockito-kotlin/pull/545) - eq() argument matcher does not support for value class type arguments [(#&#8203;544)](https://redirect.github.com/mockito/mockito-kotlin/issues/544) - Add note about releasing tags via GitHub UI [(#&#8203;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

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
androidXEspressoTestVersion = "3.7.0"
1515
mockkVersion = "1.14.7"
1616
mockitoVersion = "5.21.0"
17-
mockitoKotlinVersion = "6.1.0"
17+
mockitoKotlinVersion = "6.2.0"
1818
}
1919
}
2020

0 commit comments

Comments
 (0)