deps(dev)(deps-dev): bump mockito.version from 5.14.2 to 5.23.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 4
(24 days ago)
(12 days ago)
(12 days ago)
dependencies
Bumps mockito.version from 5.14.2 to 5.23.0.
Updates org.mockito:mockito-core from 5.14.2 to 5.23.0
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.23.0
NOTE: Breaking change for Android
The
mockito-androidartifact 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 for more details.
Changelog generated by Shipkit Changelog Gradle Plugin
5.23.0
- 2026-03-11 - 6 commit(s) by Brice Dutheil, Joshua Selbo, Philippe Kernevez
- Replace mockito-android mock maker implementation with dexmaker-mockito-inline [(#3792)](mockito/mockito#3792)
- Fix StackOverflowError with AbstractList after using mockSingleton [(#3790)](mockito/mockito#3790)
- Mark parameters of
Mockito.when@Nullable[(#3503)](mockito/mockito#3503)v5.22.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.22.0
- 2026-02-27 - 6 commit(s) by Joshua Selbo, NiMv1, Rafael Winterhalter, dependabot[bot], eunbin son
- Avoid mocking of internal static utilities [(#3785)](mockito/mockito#3785)
- Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 [(#3780)](mockito/mockito#3780)
- Static mocking of UUID.class corrupted under JDK 25 [(#3778)](mockito/mockito#3778)
- Bump actions/upload-artifact from 5 to 6 [(#3774)](mockito/mockito#3774)
- docs: clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) [(#3773)](mockito/mockito#3773)
- Add tests for Sets utility class [(#3771)](mockito/mockito#3771)
- Add core API to enable Kotlin singleton mocking [(#3762)](mockito/mockito#3762)
- Stubbing Kotlin
objectsingletons [(#3652)](mockito/mockito#3652)- Incorrect documentation for RETURNS_MOCKS [(#3285)](mockito/mockito#3285)
v5.21.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.21.0
- 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo, Woongi9, Zylox, dependabot[bot]
- Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 [(#3768)](mockito/mockito#3768)
- Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 [(#3767)](mockito/mockito#3767)
- Bump actions/checkout from 5 to 6 [(#3765)](mockito/mockito#3765)
- Adds output of matchers to potential mismatch; Fixes #2468 [(#3760)](mockito/mockito#3760)
- Forbid mocking WeakReference with inline mock maker [(#3759)](mockito/mockito#3759)
- StackOverflowError when mocking WeakReference [(#3758)](mockito/mockito#3758)
- Bump actions/upload-artifact from 4 to 5 [(#3756)](mockito/mockito#3756)
- Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 [(#3755)](mockito/mockito#3755)
- Support primitives in GenericArrayReturnType. [(#3753)](mockito/mockito#3753)
- ClassNotFoundException when stubbing array of primitive type on Android [(#3752)](mockito/mockito#3752)
- Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 [(#3744)](mockito/mockito#3744)
- Bump gradle/actions from 4 to 5 [(#3743)](mockito/mockito#3743)
- Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 [(#3738)](mockito/mockito#3738)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 [(#3735)](mockito/mockito#3735)
- Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 [(#3734)](mockito/mockito#3734)
- Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 [(#3733)](mockito/mockito#3733)
... (truncated)
Commits
a231205Fix StackOverflowError with AbstractList after using mockSingleton (#3790)f6a91a6Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...aa2298afix: make spotless happya6729d6chore: update BDDMockito with jspecify annotationbb83c92chore: move jspecify as a compile only dependency47a4695chore: add jspecify with minimal change. Fixes #350325f1395Add core API to enable Kotlin singleton mocking (#3762)ef9ee55Avoids mocking private static methods, as well as package-private static meth...d16fcfcBump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)27eb8a3ClarifyRETURNS_MOCKSbehavior with sealed abstract enums (Java 15+) (#3773)- Additional commits viewable in compare view
Updates org.mockito:mockito-junit-jupiter from 5.14.2 to 5.23.0
Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
v5.23.0
NOTE: Breaking change for Android
The
mockito-androidartifact 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 for more details.
Changelog generated by Shipkit Changelog Gradle Plugin
5.23.0
- 2026-03-11 - 6 commit(s) by Brice Dutheil, Joshua Selbo, Philippe Kernevez
- Replace mockito-android mock maker implementation with dexmaker-mockito-inline [(#3792)](mockito/mockito#3792)
- Fix StackOverflowError with AbstractList after using mockSingleton [(#3790)](mockito/mockito#3790)
- Mark parameters of
Mockito.when@Nullable[(#3503)](mockito/mockito#3503)v5.22.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.22.0
- 2026-02-27 - 6 commit(s) by Joshua Selbo, NiMv1, Rafael Winterhalter, dependabot[bot], eunbin son
- Avoid mocking of internal static utilities [(#3785)](mockito/mockito#3785)
- Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 [(#3780)](mockito/mockito#3780)
- Static mocking of UUID.class corrupted under JDK 25 [(#3778)](mockito/mockito#3778)
- Bump actions/upload-artifact from 5 to 6 [(#3774)](mockito/mockito#3774)
- docs: clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) [(#3773)](mockito/mockito#3773)
- Add tests for Sets utility class [(#3771)](mockito/mockito#3771)
- Add core API to enable Kotlin singleton mocking [(#3762)](mockito/mockito#3762)
- Stubbing Kotlin
objectsingletons [(#3652)](mockito/mockito#3652)- Incorrect documentation for RETURNS_MOCKS [(#3285)](mockito/mockito#3285)
v5.21.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.21.0
- 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo, Woongi9, Zylox, dependabot[bot]
- Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 [(#3768)](mockito/mockito#3768)
- Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 [(#3767)](mockito/mockito#3767)
- Bump actions/checkout from 5 to 6 [(#3765)](mockito/mockito#3765)
- Adds output of matchers to potential mismatch; Fixes #2468 [(#3760)](mockito/mockito#3760)
- Forbid mocking WeakReference with inline mock maker [(#3759)](mockito/mockito#3759)
- StackOverflowError when mocking WeakReference [(#3758)](mockito/mockito#3758)
- Bump actions/upload-artifact from 4 to 5 [(#3756)](mockito/mockito#3756)
- Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 [(#3755)](mockito/mockito#3755)
- Support primitives in GenericArrayReturnType. [(#3753)](mockito/mockito#3753)
- ClassNotFoundException when stubbing array of primitive type on Android [(#3752)](mockito/mockito#3752)
- Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 [(#3744)](mockito/mockito#3744)
- Bump gradle/actions from 4 to 5 [(#3743)](mockito/mockito#3743)
- Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 [(#3738)](mockito/mockito#3738)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 [(#3735)](mockito/mockito#3735)
- Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 [(#3734)](mockito/mockito#3734)
- Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 [(#3733)](mockito/mockito#3733)
... (truncated)
Commits
a231205Fix StackOverflowError with AbstractList after using mockSingleton (#3790)f6a91a6Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...aa2298afix: make spotless happya6729d6chore: update BDDMockito with jspecify annotationbb83c92chore: move jspecify as a compile only dependency47a4695chore: add jspecify with minimal change. Fixes #350325f1395Add core API to enable Kotlin singleton mocking (#3762)ef9ee55Avoids mocking private static methods, as well as package-private static meth...d16fcfcBump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)27eb8a3ClarifyRETURNS_MOCKSbehavior with sealed abstract enums (Java 15+) (#3773)- Additional commits viewable in compare view
Technical Details
| ID: | 16007079 |
| UUID: | 4517601589 |
| Node ID: | PR_kwDOScmnWM7fErzP |
| Host: | GitHub |
| Repository: | FlossWare/curses-java |