Skip to content

Commit e32f025

Browse files
renovate[bot]sagarwal
andauthored
Update dependency org.mockito.kotlin:mockito-kotlin to v6.1.0 (#5640)
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.0.0` → `6.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito.kotlin:mockito-kotlin/6.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito.kotlin:mockito-kotlin/6.0.0/6.1.0?slim=true) | --- ### Release Notes <details> <summary>mockito/mockito-kotlin (org.mockito.kotlin:mockito-kotlin)</summary> ### [`v6.1.0`](https://redirect.github.com/mockito/mockito-kotlin/releases/tag/v6.1.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 6.1.0 - 2025-09-30 - [1 commit(s)](https://redirect.github.com/mockito/mockito-kotlin/compare/v6.0.0...v6.1.0) by JuJup - chore(deps): update mockito-core [(#&#8203;542)](https://redirect.github.com/mockito/mockito-kotlin/pull/542) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/simpledotorg/simple-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQyLjY5LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <sagarwal@rtsl.org>
1 parent b6a480e commit e32f025

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- Update GH Actions `checkout` to v5
3131
- Update GH Actions `setup-jdk` to to v5
3232
- Bump Gradle to v9.1.0
33-
- Bump Mockito Kotlin to v6.0.0
33+
- Bump Mockito Kotlin to v6.1.0
3434
- Add helper function `diagnosedAt` to update the htn and dm diagnosed at fields in medical history
3535
- Bump asm to v9.9
3636
- Bump AGP to v8.13.2

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ lottie = "com.airbnb.android:lottie-compose:6.6.9"
142142

143143
material = "com.google.android.material:material:1.13.0"
144144

145-
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.0.0"
145+
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.1.0"
146146

147147
mobius-android = { module = "com.spotify.mobius:mobius-android", version.ref = "mobius" }
148148
mobius-core = { module = "com.spotify.mobius:mobius-core", version.ref = "mobius" }

0 commit comments

Comments
 (0)