This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new a8b238061 MINOR: Bump org.mockito:mockito-bom from 5.21.0 to 5.23.0
(#1087)
a8b238061 is described below
commit a8b238061bfdab433d25ee223ce11d697a572efd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 13:15:02 2026 +0100
MINOR: Bump org.mockito:mockito-bom from 5.21.0 to 5.23.0 (#1087)
Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from
5.21.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-bom's
releases</a>.</em></p>
<blockquote>
<h2>v5.23.0</h2>
<h2>NOTE: Breaking change for Android</h2>
<p>The <code>mockito-android</code> 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 <a
href="https://redirect.github.com/mockito/mockito/issues/3788">#3788</a>
for more details.</p>
<hr />
<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>
<h2>v5.22.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.22.0</h4>
<ul>
<li>2026-02-27 - <a
href="https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0">6
commit(s)</a> by Joshua Selbo, NiMv1, Rafael Winterhalter,
dependabot[bot], eunbin son</li>
<li>Avoid mocking of internal static utilities [(<a
href="https://redirect.github.com/mockito/mockito/issues/3785">#3785</a>)](<a
href="https://redirect.github.com/mockito/mockito/pull/3785">mockito/mockito#3785</a>)</li>
<li>Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 [(<a
href="https://redirect.github.com/mockito/mockito/issues/3780">#3780</a>)](<a
href="https://redirect.github.com/mockito/mockito/pull/3780">mockito/mockito#3780</a>)</li>
<li>Static mocking of UUID.class corrupted under JDK 25 [(<a
href="https://redirect.github.com/mockito/mockito/issues/3778">#3778</a>)](<a
href="https://redirect.github.com/mockito/mockito/issues/3778">mockito/mockito#3778</a>)</li>
<li>Bump actions/upload-artifact from 5 to 6 [(<a
href="https://redirect.github.com/mockito/mockito/issues/3774">#3774</a>)](<a
href="https://redirect.github.com/mockito/mockito/pull/3774">mockito/mockito#3774</a>)</li>
<li>docs: clarify RETURNS_MOCKS behavior with sealed abstract enums
(Java 15+) [(<a
href="https://redirect.github.com/mockito/mockito/issues/3773">#3773</a>)](<a
href="https://redirect.github.com/mockito/mockito/pull/3773">mockito/mockito#3773</a>)</li>
<li>Add tests for Sets utility class [(<a
href="https://redirect.github.com/mockito/mockito/issues/3771">#3771</a>)](<a
href="https://redirect.github.com/mockito/mockito/pull/3771">mockito/mockito#3771</a>)</li>
<li>Add core API to enable Kotlin singleton mocking [(<a
href="https://redirect.github.com/mockito/mockito/issues/3762">#3762</a>)](<a
href="https://redirect.github.com/mockito/mockito/pull/3762">mockito/mockito#3762</a>)</li>
<li>Stubbing Kotlin <code>object</code> singletons [(<a
href="https://redirect.github.com/mockito/mockito/issues/3652">#3652</a>)](<a
href="https://redirect.github.com/mockito/mockito/issues/3652">mockito/mockito#3652</a>)</li>
<li>Incorrect documentation for RETURNS_MOCKS [(<a
href="https://redirect.github.com/mockito/mockito/issues/3285">#3285</a>)](<a
href="https://redirect.github.com/mockito/mockito/issues/3285">mockito/mockito#3285</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><a
href="https://github.com/mockito/mockito/commit/25f13951d35ca391ee50207e6c564f3e869f3d91"><code>25f1395</code></a>
Add core API to enable Kotlin singleton mocking (<a
href="https://redirect.github.com/mockito/mockito/issues/3762">#3762</a>)</li>
<li><a
href="https://github.com/mockito/mockito/commit/ef9ee5529853d96028b520f84a41ffd41afc9a1d"><code>ef9ee55</code></a>
Avoids mocking private static methods, as well as package-private static
meth...</li>
<li><a
href="https://github.com/mockito/mockito/commit/d16fcfc274d7ca03a2b4bdc22dd7c3ec6dac8690"><code>d16fcfc</code></a>
Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (<a
href="https://redirect.github.com/mockito/mockito/issues/3780">#3780</a>)</li>
<li><a
href="https://github.com/mockito/mockito/commit/27eb8a3acdd9c9eb3ff788a71b22777026874439"><code>27eb8a3</code></a>
Clarify <code>RETURNS_MOCKS</code> behavior with sealed abstract enums
(Java 15+) (<a
href="https://redirect.github.com/mockito/mockito/issues/3773">#3773</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mockito/mockito/compare/v5.21.0...v5.23.0">compare
view</a></li>
</ul>
</details>
<br />
[](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)
---
<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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 61ecddf86..c96656a67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@ under the License.
<dep.fbs.version>25.2.10</dep.fbs.version>
<dep.avro.version>1.12.1</dep.avro.version>
<dep.parquet.version>1.17.0</dep.parquet.version>
- <dep.mockito-bom.version>5.21.0</dep.mockito-bom.version>
+ <dep.mockito-bom.version>5.23.0</dep.mockito-bom.version>
<arrow.vector.classifier></arrow.vector.classifier>
<forkCount>2</forkCount>
<checkstyle.version>10.23.0</checkstyle.version>