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 138e8521b MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to
2.21.3 (#1133)
138e8521b is described below
commit 138e8521b17a2b83814b8714c7d8e0f94fe13656
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 11 05:20:41 2026 +0200
MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 (#1133)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.21.2 to 2.21.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/374fbd08ee91a6c91626bae1d6497df21c89b541"><code>374fbd0</code></a>
[maven-release-plugin] prepare release jackson-bom-2.21.3</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/7059df78cc36832349acad026169ff890f4c718c"><code>7059df7</code></a>
Prep for 2.21.3 release</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/2fd60bdab3228f6b99dce81326d9fd7eaf587401"><code>2fd60bd</code></a>
Merge branch '2.20' into 2.21</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/b82a3640491f66be2e56bef377b5002cd9d1567b"><code>b82a364</code></a>
Merge branch '2.19' into 2.20</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/ef4e013e95fc64583b0a414711648a84fc50be46"><code>ef4e013</code></a>
Merge branch '2.18' into 2.19</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/536ae51c1db9dfbfc8dda697ccfd6545cf626d2b"><code>536ae51</code></a>
Post-release dep version bump</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/536c5339035643fdca46ddd947f253afd072f764"><code>536c533</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/426b778e5ea490d164e572a63319c7cf2f362f2f"><code>426b778</code></a>
[maven-release-plugin] prepare release jackson-bom-2.18.7</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/a73cda9be3e57f29c53fea748f1f867eaa1457ab"><code>a73cda9</code></a>
Prep for 2.18.7 release</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/76b4a05087a9e42eb1b26f59d5b7028b0496da5e"><code>76b4a05</code></a>
Post-release dep version bump</li>
<li>Additional commits viewable in <a
href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.2...jackson-bom-2.21.3">compare
view</a></li>
</ul>
</details>
<br />
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 738aea03b..a5058a633 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@ under the License.
<dep.netty-bom.version>4.2.12.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.80.0</dep.grpc-bom.version>
<dep.protobuf-bom.version>4.34.1</dep.protobuf-bom.version>
- <dep.jackson-bom.version>2.21.2</dep.jackson-bom.version>
+ <dep.jackson-bom.version>2.21.3</dep.jackson-bom.version>
<dep.hadoop.version>3.5.0</dep.hadoop.version>
<dep.fbs.version>25.2.10</dep.fbs.version>
<dep.avro.version>1.12.1</dep.avro.version>