Skip to content

Commit e52cab4

Browse files
authored
chore(deps): bump org.mockito:mockito-core from 5.21.0 to 5.22.0 [skip ci]
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.22.0. Release notes *Sourced from [org.mockito:mockito-core's releases](https://github.com/mockito/mockito/releases).* > v5.22.0 > ------- > > *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* > > #### 5.22.0 > > * 2026-02-27 - [6 commit(s)](mockito/mockito@v5.21.0...v5.22.0) by Joshua Selbo, NiMv1, Rafael Winterhalter, dependabot[bot], eunbin son > * Avoid mocking of internal static utilities [([#3785](https://redirect.github.com/mockito/mockito/issues/3785))]([mockito/mockito#3785](https://redirect.github.com/mockito/mockito/pull/3785)) > * Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 [([#3780](https://redirect.github.com/mockito/mockito/issues/3780))]([mockito/mockito#3780](https://redirect.github.com/mockito/mockito/pull/3780)) > * Static mocking of UUID.class corrupted under JDK 25 [([#3778](https://redirect.github.com/mockito/mockito/issues/3778))]([mockito/mockito#3778](https://redirect.github.com/mockito/mockito/issues/3778)) > * Bump actions/upload-artifact from 5 to 6 [([#3774](https://redirect.github.com/mockito/mockito/issues/3774))]([mockito/mockito#3774](https://redirect.github.com/mockito/mockito/pull/3774)) > * docs: clarify RETURNS\_MOCKS behavior with sealed abstract enums (Java 15+) [([#3773](https://redirect.github.com/mockito/mockito/issues/3773))]([mockito/mockito#3773](https://redirect.github.com/mockito/mockito/pull/3773)) > * Add tests for Sets utility class [([#3771](https://redirect.github.com/mockito/mockito/issues/3771))]([mockito/mockito#3771](https://redirect.github.com/mockito/mockito/pull/3771)) > * Add core API to enable Kotlin singleton mocking [([#3762](https://redirect.github.com/mockito/mockito/issues/3762))]([mockito/mockito#3762](https://redirect.github.com/mockito/mockito/pull/3762)) > * Stubbing Kotlin `object` singletons [([#3652](https://redirect.github.com/mockito/mockito/issues/3652))]([mockito/mockito#3652](https://redirect.github.com/mockito/mockito/issues/3652)) > * Incorrect documentation for RETURNS\_MOCKS [([#3285](https://redirect.github.com/mockito/mockito/issues/3285))]([mockito/mockito#3285](https://redirect.github.com/mockito/mockito/issues/3285)) Commits * [`25f1395`](mockito/mockito@25f1395) Add core API to enable Kotlin singleton mocking ([#3762](https://redirect.github.com/mockito/mockito/issues/3762)) * [`ef9ee55`](mockito/mockito@ef9ee55) Avoids mocking private static methods, as well as package-private static meth... * [`d16fcfc`](mockito/mockito@d16fcfc) Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 ([#3780](https://redirect.github.com/mockito/mockito/issues/3780)) * [`27eb8a3`](mockito/mockito@27eb8a3) Clarify `RETURNS_MOCKS` behavior with sealed abstract enums (Java 15+) ([#3773](https://redirect.github.com/mockito/mockito/issues/3773)) * [`9e5d449`](mockito/mockito@9e5d449) Add tests for Sets utility class ([#3771](https://redirect.github.com/mockito/mockito/issues/3771)) * [`8d9a62f`](mockito/mockito@8d9a62f) Bump actions/upload-artifact from 5 to 6 ([#3774](https://redirect.github.com/mockito/mockito/issues/3774)) * See full diff in [compare view](mockito/mockito@v5.21.0...v5.22.0) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.mockito:mockito-core&package-manager=maven&previous-version=5.21.0&new-version=5.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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)
2 parents 9dbcd0e + ea2a44d commit e52cab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<json-path.version>2.10.0</json-path.version>
8989
<slf4j.version>2.0.17</slf4j.version>
9090
<undertow-core.version>2.3.23.Final</undertow-core.version>
91-
<mockito-core.version>5.21.0</mockito-core.version>
91+
<mockito-core.version>5.22.0</mockito-core.version>
9292
<neo4j-driver.version>5.28.10</neo4j-driver.version>
9393
<byte-buddy.version>1.17.7</byte-buddy.version>
9494

0 commit comments

Comments
 (0)