Skip to content

Commit 810c804

Browse files
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v6.2.3 (#881)
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.2.2` → `6.2.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito.kotlin:mockito-kotlin/6.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito.kotlin:mockito-kotlin/6.2.2/6.2.3?slim=true) | --- ### Release Notes <details> <summary>mockito/mockito-kotlin (org.mockito.kotlin:mockito-kotlin)</summary> ### [`v6.2.3`](https://redirect.github.com/mockito/mockito-kotlin/releases/tag/v6.2.3) [Compare Source](https://redirect.github.com/mockito/mockito-kotlin/compare/v6.2.2...v6.2.3) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 6.2.3 - 2026-01-26 - [2 commit(s)](https://redirect.github.com/mockito/mockito-kotlin/compare/v6.2.2...v6.2.3) by Joshua Selbo, Mark Koops - Update exception message now that onGeneric is deprecated [(#&#8203;583)](https://redirect.github.com/mockito/mockito-kotlin/pull/583) - Improve Result support in matchers and captors [(#&#8203;582)](https://redirect.github.com/mockito/mockito-kotlin/pull/582) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 03a2262 commit 810c804

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.9"
1616
mockitoVersion = "5.21.0"
17-
mockitoKotlinVersion = "6.2.2"
17+
mockitoKotlinVersion = "6.2.3"
1818
}
1919
}
2020

0 commit comments

Comments
 (0)