Skip to content

build(deps): bump mockito.version from 5.14.2 to 5.23.0 - #3578

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/mockito.version-5.23.0
Open

build(deps): bump mockito.version from 5.14.2 to 5.23.0#3578
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/mockito.version-5.23.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

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

v5.22.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0

v5.21.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.21.0

... (truncated)

Commits
  • a231205 Fix StackOverflowError with AbstractList after using mockSingleton (#3790)
  • f6a91a6 Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...
  • aa2298a fix: make spotless happy
  • a6729d6 chore: update BDDMockito with jspecify annotation
  • bb83c92 chore: move jspecify as a compile only dependency
  • 47a4695 chore: add jspecify with minimal change. Fixes #3503
  • 25f1395 Add core API to enable Kotlin singleton mocking (#3762)
  • ef9ee55 Avoids mocking private static methods, as well as package-private static meth...
  • d16fcfc Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)
  • 27eb8a3 Clarify RETURNS_MOCKS behavior 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-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

v5.22.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0

v5.21.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.21.0

... (truncated)

Commits
  • a231205 Fix StackOverflowError with AbstractList after using mockSingleton (#3790)
  • f6a91a6 Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...
  • aa2298a fix: make spotless happy
  • a6729d6 chore: update BDDMockito with jspecify annotation
  • bb83c92 chore: move jspecify as a compile only dependency
  • 47a4695 chore: add jspecify with minimal change. Fixes #3503
  • 25f1395 Add core API to enable Kotlin singleton mocking (#3762)
  • ef9ee55 Avoids mocking private static methods, as well as package-private static meth...
  • d16fcfc Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)
  • 27eb8a3 Clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) (#3773)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.2...v5.23.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.14.2 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.2...v5.23.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 17, 2026
@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown

PR Summary

Started by upgrading Mockito dependencies to version 5.23.0 across the codebase. This updates org.mockito:mockito-core and org.mockito:mockito-junit-jupiter to 5.23.0. The changes touch these modules: microservices-log-aggregation/pom.xml, partial-response/pom.xml, pom.xml, and rate-limiting-pattern/pom.xml. See commit history for release notes and details.

Changes

File Summary
microservices-log-aggregation/pom.xml Bumped Mockito JUnit Jupiter from 5.16.1 to 5.23.0 for tests in this module; aligns testing dependencies with the project-wide upgrade.
partial-response/pom.xml Updated mockito-junit-jupiter to 5.23.0 in tests; previously 5.16.1; keeps module test dependencies in sync with the core upgrade.
pom.xml Updated root property mockito.version from 5.14.2 to 5.23.0 to align all modules with the Mockito 5.23.0 release.
rate-limiting-pattern/pom.xml Bumped mockito-core from 5.12.0 to 5.23.0 for tests; part of the overall Mockito upgrade.

autogenerated by presubmit.ai

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Review Summary

Commits Considered (1)
  • 7e7e121: build(deps): bump mockito.version from 5.14.2 to 5.23.0

Bumps mockito.version from 5.14.2 to 5.23.0.

Updates org.mockito:mockito-core from 5.14.2 to 5.23.0

Updates org.mockito:mockito-junit-jupiter from 5.14.2 to 5.23.0


updated-dependencies:

  • dependency-name: org.mockito:mockito-core
    dependency-version: 5.23.0
    dependency-type: direct:production
    update-type: version-update:semver-minor
  • dependency-name: org.mockito:mockito-junit-jupiter
    dependency-version: 5.23.0
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] support@github.com

Files Processed (4)
  • microservices-log-aggregation/pom.xml (1 hunk)
  • partial-response/pom.xml (1 hunk)
  • pom.xml (1 hunk)
  • rate-limiting-pattern/pom.xml (1 hunk)
Actionable Comments (0)
Skipped Comments (4)
  • microservices-log-aggregation/pom.xml [54-59]

    enhancement: "Upgrade mockito-junit-jupiter to 5.23.0"

  • partial-response/pom.xml [45-50]

    enhancement: "Upgrade mockito-junit-jupiter to 5.23.0"

  • pom.xml [41-46]

    maintainability: "Sync Mockito version property"

  • rate-limiting-pattern/pom.xml [30-35]

    enhancement: "Upgrade mockito-core to 5.23.0"

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants