Skip to content

Commit 85d0309

Browse files
Upgrade: [dependabot] - bump org.mockito:mockito-core from 5.22.0 to 5.23.0 (#473)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.22.0 to 5.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">org.mockito:mockito-core's releases</a>.</em></p> <blockquote> <h2>v5.23.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>5.23.0</h4> <ul> <li>2026-03-11 - <a href="https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0">6 commit(s)</a> by Brice Dutheil, Joshua Selbo, Philippe Kernevez</li> <li>Replace mockito-android mock maker implementation with dexmaker-mockito-inline [(<a href="https://redirect.github.com/mockito/mockito/issues/3792">#3792</a>)](<a href="https://redirect.github.com/mockito/mockito/pull/3792">mockito/mockito#3792</a>)</li> <li>Fix StackOverflowError with AbstractList after using mockSingleton [(<a href="https://redirect.github.com/mockito/mockito/issues/3790">#3790</a>)](<a href="https://redirect.github.com/mockito/mockito/pull/3790">mockito/mockito#3790</a>)</li> <li>Mark parameters of <code>Mockito.when</code> <code>@nullable</code> [(<a href="https://redirect.github.com/mockito/mockito/issues/3503">#3503</a>)](<a href="https://redirect.github.com/mockito/mockito/issues/3503">mockito/mockito#3503</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockito/mockito/commit/a231205b240e7884a63bf0f63440012867a4da21"><code>a231205</code></a> Fix StackOverflowError with AbstractList after using mockSingleton (<a href="https://redirect.github.com/mockito/mockito/issues/3790">#3790</a>)</li> <li><a href="https://github.com/mockito/mockito/commit/f6a91a6a6138c776fa8b41ffb3fd078c64802044"><code>f6a91a6</code></a> Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...</li> <li><a href="https://github.com/mockito/mockito/commit/aa2298a627ab2c0bce07f648e444477d8e2e05ba"><code>aa2298a</code></a> fix: make spotless happy</li> <li><a href="https://github.com/mockito/mockito/commit/a6729d657e232ca64da81d9801d7b8f3be6fc49a"><code>a6729d6</code></a> chore: update BDDMockito with jspecify annotation</li> <li><a href="https://github.com/mockito/mockito/commit/bb83c922484cfd3693d61549b5d6ef39a9c02c2b"><code>bb83c92</code></a> chore: move jspecify as a compile only dependency</li> <li><a href="https://github.com/mockito/mockito/commit/47a46954cd1c0f8ef64ec63d43da9b71081d74e6"><code>47a4695</code></a> chore: add jspecify with minimal change. Fixes <a href="https://redirect.github.com/mockito/mockito/issues/3503">#3503</a></li> <li>See full diff in <a href="https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mockito:mockito-core&package-manager=maven&previous-version=5.22.0&new-version=5.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9720480 commit 85d0309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>org.mockito</groupId>
157157
<artifactId>mockito-core</artifactId>
158-
<version>5.22.0</version>
158+
<version>5.23.0</version>
159159
<scope>test</scope>
160160
</dependency>
161161
</dependencies>

0 commit comments

Comments
 (0)