Update mockito monorepo (major) - autoclosed - #28
renovate[bot] wants to merge 1 commit into
Conversation
1bbb314 to
d4643ec
Compare
|
This PR updates Mockito to version 5.23.0. Mockito 5.x requires Java 11 or higher. However, this project is currently configured to target Java 8 (compiler source/target 1.8 in While the tests currently pass because Mockito is not actually used in any tests, upgrading to Mockito 5.x will break the build if anyone adds a test using Mockito on JDK 8 (causing To maintain Java 8 compatibility, it is recommended to upgrade to Mockito 4.x (e.g., 4.11.0) instead, or first upgrade the project's Java compatibility target to 11 or higher. |
PR Review Summary: REJECTWe cannot upgrade to Mockito 5.x because it requires Java 11+, but this project currently targets Java 8. Details:
Please consider upgrading to Mockito 4.x instead if Java 8 compatibility is required. |
d4643ec to
52f2b63
Compare
This PR contains the following updates:
3.12.4→5.23.0Release Notes
mockito/mockito (org.mockito:mockito-core)
v5.23.0Compare Source
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
Mockito.when@Nullable(#3503)v5.22.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.22.0
objectsingletons (#3652)v5.21.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.21.0
v5.20.0Changelog generated by Shipkit Changelog Gradle Plugin
5.20.0
v5.19.0Changelog generated by Shipkit Changelog Gradle Plugin
5.19.0
(#3681)
v5.18.0Changelog generated by Shipkit Changelog Gradle Plugin
5.18.0
v5.17.0Changelog generated by Shipkit Changelog Gradle Plugin
5.17.0
mockito-inlineshould be modified. (#3621)v5.16.1Changelog generated by Shipkit Changelog Gradle Plugin
5.16.1
v5.16.0Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
--infoto diagnose closeAndReleaseStagingRepositories issues (#3567)v5.15.2Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.2
v5.14.2Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.2
mockito-prefix (#3460)v5.14.1Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.1
v5.14.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.0
v5.13.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.13.0
Only.verifythrowsNullPointerException(#3237)v5.12.0Changelog generated by Shipkit Changelog Gradle Plugin
5.12.0
AdditionalMatchers.and()andAdditionalMatchers.or()not to swap the order of matchers (#3335)v5.11.0Changelog generated by Shipkit Changelog Gradle Plugin
5.11.0
@Captortest parameters don't work with primitive type arguments (#3229)v5.10.0Changelog generated by Shipkit Changelog Gradle Plugin
5.10.0
v5.9.0What's Changed
New Contributors
Full Changelog: mockito/mockito@v5.8.0...v5.9.0
v5.8.0Changelog generated by Shipkit Changelog Gradle Plugin
5.8.0
v5.7.0Changelog generated by Shipkit Changelog Gradle Plugin
5.7.0
0.8.11(#3147)v5.6.0Changelog generated by Shipkit Changelog Gradle Plugin
5.6.0
Optionalis notemptywhen usingRETURN_DEEP_STUBS(#2865)v5.5.0Changelog generated by Shipkit Changelog Gradle Plugin
5.5.0
Configuration
📅 Schedule: (UTC)
🚦 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.