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 c836fad71 MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 
2.22.0 (#1173)
c836fad71 is described below

commit c836fad712c8a2ca14ac3a4b5f117a3e9fbefdc7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 09:43:35 2026 +0200

    MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.22.0 (#1173)
    
    Bumps
    
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
    from 2.21.3 to 2.22.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/112e8591b5e14dff30c278c142d8111231c3a48f";><code>112e859</code></a>
    [maven-release-plugin] prepare release jackson-bom-2.22.0</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/2cae2ce236587ee18c58e40e01d432a077b3e7ae";><code>2cae2ce</code></a>
    Prep for 2.22.0 release</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/7955d2113f21d1027f0b643e5fbca4a1feae5964";><code>7955d21</code></a>
    Merge branch '2.21' into 2.x</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/8922a05c6e46f790b67e64e15585eb070b6ebc6d";><code>8922a05</code></a>
    Post-release dep version bump</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/1fa994366741173fb38bc7c194666819ade60f6d";><code>1fa9943</code></a>
    [maven-release-plugin] prepare for next development iteration</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/d1abd31e4fec3035965d57a05a6256171ea8d980";><code>d1abd31</code></a>
    [maven-release-plugin] prepare release jackson-bom-2.21.4</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/2aaea43db8480aa7d405ebc0de503cffc864f6f6";><code>2aaea43</code></a>
    Prep for 2.21.4 release</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/902ec69efea40cdf1647c6fb49fb78734a88f3e6";><code>902ec69</code></a>
    Update Woodstox/stax2-api (to 7.2.0/4.3.0)</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/257064709f8ea9ca84ea5d569080f9daacc0e017";><code>2570647</code></a>
    Merge branch '2.21' into 2.x</li>
    <li><a
    
href="https://github.com/FasterXML/jackson-bom/commit/9d3a9d54e40312ef0ac9192d599b59b541f65fb8";><code>9d3a9d5</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.3...jackson-bom-2.22.0";>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 2e9b79356..a5ed136e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@ under the License.
     <dep.netty-bom.version>4.2.14.Final</dep.netty-bom.version>
     <dep.grpc-bom.version>1.81.0</dep.grpc-bom.version>
     <dep.protobuf-bom.version>4.35.0</dep.protobuf-bom.version>
-    <dep.jackson-bom.version>2.21.3</dep.jackson-bom.version>
+    <dep.jackson-bom.version>2.22.0</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>

Reply via email to