Skip to content

fix(deps): update dependency org.mockito:mockito-bom to v5.23.0 - #160

Merged
TheMeinerLP merged 1 commit into
mainfrom
renovate/mockito-monorepo
Jul 18, 2026
Merged

fix(deps): update dependency org.mockito:mockito-bom to v5.23.0#160
TheMeinerLP merged 1 commit into
mainfrom
renovate/mockito-monorepo

Conversation

@renovate

@renovate renovate Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.mockito:mockito-bom 5.20.05.23.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mockito/mockito (org.mockito:mockito-bom)

v5.23.0

Compare Source

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 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)
  • Fix StackOverflowError with AbstractList after using mockSingleton (#​3790)
  • Mark parameters of Mockito.when @Nullable (#​3503)

v5.22.0

Compare Source

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)
  • Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#​3780)
  • Static mocking of UUID.class corrupted under JDK 25 (#​3778)
  • Bump actions/upload-artifact from 5 to 6 (#​3774)
  • docs: clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) (#​3773)
  • Add tests for Sets utility class (#​3771)
  • Add core API to enable Kotlin singleton mocking (#​3762)
  • Stubbing Kotlin object singletons (#​3652)
  • Incorrect documentation for RETURNS_MOCKS (#​3285)

v5.21.0

Compare Source

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)
  • Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#​3767)
  • Bump actions/checkout from 5 to 6 (#​3765)
  • Adds output of matchers to potential mismatch; Fixes #​2468 (#​3760)
  • Forbid mocking WeakReference with inline mock maker (#​3759)
  • StackOverflowError when mocking WeakReference (#​3758)
  • Bump actions/upload-artifact from 4 to 5 (#​3756)
  • Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#​3755)
  • Support primitives in GenericArrayReturnType. (#​3753)
  • ClassNotFoundException when stubbing array of primitive type on Android (#​3752)
  • Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#​3744)
  • Bump gradle/actions from 4 to 5 (#​3743)
  • Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 (#​3738)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 (#​3735)
  • Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 (#​3734)
  • Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#​3733)
  • Bump errorprone from 2.41.0 to 2.42.0 (#​3732)
  • Feat: automatically detect class to mock in mockStatic and mockConstruction (#​3731)
  • Return completed futures for unstubbed Future/CompletionStage in ReturnsEmptyValues (#​3727)
  • automatically detect class to mock (#​2779)
  • Incorrect "has following stubbing(s) with different arguments" message when using Argument Matchers (#​2468)

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 08:00 AM and 05:59 PM, Monday through Friday (* 8-17 * * 1-5)
  • Automerge
    • Between 08:00 AM and 05:59 PM, Monday through Friday (* 8-17 * * 1-5)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the Renovate Label for the Renovate bot label Apr 25, 2026
@TheMeinerLP

Copy link
Copy Markdown
Contributor

@renovate rebase

@renovate renovate Bot removed the Renovate Label for the Renovate bot label Apr 25, 2026
@renovate renovate Bot changed the title Update dependency org.mockito:mockito-bom to v5.23.0 fix(deps): update dependency org.mockito:mockito-bom to v5.23.0 Apr 25, 2026
@renovate
renovate Bot force-pushed the renovate/mockito-monorepo branch from c137559 to 4f06fef Compare May 23, 2026 07:17
@renovate renovate Bot changed the title fix(deps): update dependency org.mockito:mockito-bom to v5.23.0 fix(deps): update mockito monorepo to v5.23.0 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/mockito-monorepo branch from 4f06fef to a54b639 Compare June 15, 2026 14:25
@renovate renovate Bot changed the title fix(deps): update mockito monorepo to v5.23.0 fix(deps): update mockito monorepo (minor) Jun 22, 2026
@renovate renovate Bot changed the title fix(deps): update mockito monorepo (minor) fix(deps): update dependency org.mockito:mockito-bom to v5.23.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/mockito-monorepo branch from a54b639 to 5242318 Compare July 18, 2026 04:12
@TheMeinerLP
TheMeinerLP merged commit b239baa into main Jul 18, 2026
7 checks passed
@TheMeinerLP
TheMeinerLP deleted the renovate/mockito-monorepo branch July 18, 2026 08:20
voyager-release-bot Bot pushed a commit that referenced this pull request Jul 18, 2026
## [1.8.8](v1.8.7...v1.8.8) (2026-07-18)

### Bug Fixes

* **deps:** update dependency org.mockito:mockito-bom to v5.23.0 ([#160](#160)) ([b239baa](b239baa))
@voyager-release-bot

Copy link
Copy Markdown

🎉 This PR is included in version 1.8.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant