chore: bump org.mockito:mockito-android from 5.8.0 to 5.23.0 in /android - #317
Conversation
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.8.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.8.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryLow Risk Overview Adds a global Gradle resolution strategy that forces Note: Mockito 5.23 requires API 28+ emulators/devices for android instrumented tests if those are run later; JVM unit tests under Reviewed by Cursor Bugbot for commit 7240fa4. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b9a3e70. Configure here.
…roid/org.mockito-mockito-android-5.23.0
…roid/org.mockito-mockito-android-5.23.0 # Conflicts: # android/build.gradle
…ito 5.23.0
byte-buddy 1.16.0+ (which mockito 5.23.0 pulls transitively) ships a
META-INF/versions/24 multi-release overlay that this AGP's Jetifier can't
parse ("Unsupported class file major version 68"). 1.15.11 is the last
release without that overlay and is still API-compatible with mockito's
usage. Verified locally: testDebugUnitTest and lintDebug both pass.

Bumps org.mockito:mockito-android from 5.8.0 to 5.23.0.
Release notes
Sourced from org.mockito:mockito-android's releases.
... (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)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)