Skip to content

Commit 7eb1d17

Browse files
fix(deps): Update dependency org.mockito:mockito-core to v5.23.0 (#243)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.mockito:mockito-core](https://redirect.github.com/mockito/mockito) | `5.21.0` → `5.23.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-core/5.23.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-core/5.21.0/5.23.0?slim=true) | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-core)</summary> ### [`v5.23.0`](https://redirect.github.com/mockito/mockito/releases/tag/v5.23.0) #### NOTE: Breaking change for Android The `mockito-android` artifact has a breaking change: tests now require a device or emulator based on API 28+ (Android P). This is to enable new support for mocking Kotlin classes. See [#&#8203;3788](https://redirect.github.com/mockito/mockito/issues/3788) for more details. *** <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.23.0 - 2026-03-11 - [6 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.22.0...v5.23.0) by Brice Dutheil, Joshua Selbo, Philippe Kernevez - Replace mockito-android mock maker implementation with dexmaker-mockito-inline [(#&#8203;3792)](https://redirect.github.com/mockito/mockito/pull/3792) - Fix StackOverflowError with AbstractList after using mockSingleton [(#&#8203;3790)](https://redirect.github.com/mockito/mockito/pull/3790) - Mark parameters of `Mockito.when` `@Nullable` [(#&#8203;3503)](https://redirect.github.com/mockito/mockito/issues/3503) ### [`v5.22.0`](https://redirect.github.com/mockito/mockito/releases/tag/v5.22.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.22.0 - 2026-02-27 - [6 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.21.0...v5.22.0) by Joshua Selbo, NiMv1, Rafael Winterhalter, dependabot\[bot], eunbin son - Avoid mocking of internal static utilities [(#&#8203;3785)](https://redirect.github.com/mockito/mockito/pull/3785) - Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 [(#&#8203;3780)](https://redirect.github.com/mockito/mockito/pull/3780) - Static mocking of UUID.class corrupted under JDK 25 [(#&#8203;3778)](https://redirect.github.com/mockito/mockito/issues/3778) - Bump actions/upload-artifact from 5 to 6 [(#&#8203;3774)](https://redirect.github.com/mockito/mockito/pull/3774) - docs: clarify RETURNS\_MOCKS behavior with sealed abstract enums (Java 15+) [(#&#8203;3773)](https://redirect.github.com/mockito/mockito/pull/3773) - Add tests for Sets utility class [(#&#8203;3771)](https://redirect.github.com/mockito/mockito/pull/3771) - Add core API to enable Kotlin singleton mocking [(#&#8203;3762)](https://redirect.github.com/mockito/mockito/pull/3762) - Stubbing Kotlin `object` singletons [(#&#8203;3652)](https://redirect.github.com/mockito/mockito/issues/3652) - Incorrect documentation for RETURNS\_MOCKS [(#&#8203;3285)](https://redirect.github.com/mockito/mockito/issues/3285) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 7e2baa1 commit 7eb1d17

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
@@ -44,7 +44,7 @@ dependencies {
4444

4545
testImplementation "io.grpc:grpc-testing:${grpcVersion}"
4646
testImplementation "junit:junit:4.13.2"
47-
testImplementation "org.mockito:mockito-core:5.21.0"
47+
testImplementation "org.mockito:mockito-core:5.23.0"
4848
}
4949

5050
protobuf {

0 commit comments

Comments
 (0)