Commit 348d4f2
authored
fix(deps): Pin dependencies (#428)
This PR contains the following updates:
| Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [mikepenz/action-junit-report](https://redirect.github.com/mikepenz/action-junit-report) | action | pinDigest | → `bccf2e3` | | |
| [org.mockito:mockito-junit-jupiter](https://redirect.github.com/mockito/mockito) | dependencies | minor | `5.21.0` → `5.23.0` |  |  |
---
### Release Notes
<details>
<summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</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 [#​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 [(#​3792)](https://redirect.github.com/mockito/mockito/pull/3792)
- Fix StackOverflowError with AbstractList after using mockSingleton [(#​3790)](https://redirect.github.com/mockito/mockito/pull/3790)
- Mark parameters of `Mockito.when` `@Nullable` [(#​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 [(#​3785)](https://redirect.github.com/mockito/mockito/pull/3785)
- Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 [(#​3780)](https://redirect.github.com/mockito/mockito/pull/3780)
- Static mocking of UUID.class corrupted under JDK 25 [(#​3778)](https://redirect.github.com/mockito/mockito/issues/3778)
- Bump actions/upload-artifact from 5 to 6 [(#​3774)](https://redirect.github.com/mockito/mockito/pull/3774)
- docs: clarify RETURNS\_MOCKS behavior with sealed abstract enums (Java 15+) [(#​3773)](https://redirect.github.com/mockito/mockito/pull/3773)
- Add tests for Sets utility class [(#​3771)](https://redirect.github.com/mockito/mockito/pull/3771)
- Add core API to enable Kotlin singleton mocking [(#​3762)](https://redirect.github.com/mockito/mockito/pull/3762)
- Stubbing Kotlin `object` singletons [(#​3652)](https://redirect.github.com/mockito/mockito/issues/3652)
- Incorrect documentation for RETURNS\_MOCKS [(#​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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- 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 bc473c1 commit 348d4f2
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments