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 7fc14a532 MINOR: Bump io.netty:netty-bom from 4.2.13.Final to 
4.2.14.Final (#1166)
7fc14a532 is described below

commit 7fc14a532492f00e0744d8316fa8fb2f6970d31e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 11:15:13 2026 +0200

    MINOR: Bump io.netty:netty-bom from 4.2.13.Final to 4.2.14.Final (#1166)
    
    Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
    4.2.13.Final to 4.2.14.Final.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/netty/netty/releases";>io.netty:netty-bom's
    releases</a>.</em></p>
    <blockquote>
    <h2>netty-4.2.14.Final</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>HTTP: Fix revapi failure introduced by
    84530fa81e12dcd1d42310bb20c1385cb44128d8 by <a
    href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16748";>netty/netty#16748</a></li>
    <li>HTTP: Re-add constructor to HttpProxyHandler that was removed by
    mistake by <a
    href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16747";>netty/netty#16747</a></li>
    <li>Marshalling: Explicit document security requirements by <a
    href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16752";>netty/netty#16752</a></li>
    <li>Fix io_uring op completion TRACE logging by <a
    href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16755";>netty/netty#16755</a></li>
    <li>Quic: Ensure writes are done before notify close promise of
    QuicheQui… by <a
    href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16758";>netty/netty#16758</a></li>
    <li>Avoid re-parsing openssl key material with non-cached provider by <a
    href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16759";>netty/netty#16759</a></li>
    <li>Pin HTTP/RTSP version + method normalization to Locale.US by <a
    href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16765";>netty/netty#16765</a></li>
    <li>Fill MsgHdrMemoryArray#hdrs with null entry on release by <a
    href="https://github.com/tsegismont";><code>@​tsegismont</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16764";>netty/netty#16764</a></li>
    <li>Revapi: Use default &quot;oldVersion&quot; by <a
    href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16774";>netty/netty#16774</a></li>
    <li>Adaptive: Fix concurrency issue in adaptive allocator by <a
    href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16767";>netty/netty#16767</a></li>
    <li>Auto-port 4.2: Make bulk byte moving in ByteBuf faster by <a
    
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16781";>netty/netty#16781</a></li>
    <li>Pin multipart Content-Type / Content-Transfer-Encoding case folding
    to Locale.US by <a
    href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16768";>netty/netty#16768</a></li>
    <li>Remove dead native declarations by <a
    href="https://github.com/pandareen";><code>@​pandareen</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16783";>netty/netty#16783</a></li>
    <li>Isolate tests that modify available Security providers by <a
    href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16793";>netty/netty#16793</a></li>
    <li>Remove test annotations from a method that isn't a test by <a
    href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16792";>netty/netty#16792</a></li>
    <li>Enable OpenSslCachingKeyMaterialProvider to evict stale entries
    after cert rotation by <a
    href="https://github.com/zhangweikop";><code>@​zhangweikop</code></a> in
    <a
    
href="https://redirect.github.com/netty/netty/pull/16523";>netty/netty#16523</a></li>
    <li>IoUring: extend user data from short to long by <a
    href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16682";>netty/netty#16682</a></li>
    <li>Revert CompositeByteBuf component search fast path by <a
    href="https://github.com/yawkat";><code>@​yawkat</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16811";>netty/netty#16811</a></li>
    <li>HTTP2: Use 100 as default max concurrent streams setting by <a
    href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16804";>netty/netty#16804</a></li>
    <li>Fix ResumptionController wrapping by <a
    href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16815";>netty/netty#16815</a></li>
    <li>Resolve all localhost addresses without querying DNS servers by <a
    href="https://github.com/JulianVennen";><code>@​JulianVennen</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16749";>netty/netty#16749</a></li>
    <li>IpFilter: Fix ClassCastException caused by IpSubnetFilter if only
    ipv6 rules are configured but remote peer is using ipv4 by <a
    href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16803";>netty/netty#16803</a></li>
    <li>Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled
    without Unsafe by <a
    href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a>
    in <a
    
href="https://redirect.github.com/netty/netty/pull/16788";>netty/netty#16788</a></li>
    <li>Route synchronous onLookupComplete exceptions via
    fireExceptionCaught by <a
    href="https://github.com/kwondh5217";><code>@​kwondh5217</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16794";>netty/netty#16794</a></li>
    <li>IoUring: Stop generic FileRegion drain loop when transferred()
    reaches count() by <a
    href="https://github.com/LuciferYang";><code>@​LuciferYang</code></a> in
    <a
    
href="https://redirect.github.com/netty/netty/pull/16826";>netty/netty#16826</a></li>
    <li>MQTT: Allow MQTT 5 CONNECT with password only by <a
    href="https://github.com/shblue21";><code>@​shblue21</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16833";>netty/netty#16833</a></li>
    <li>Fix MQTT decoder size check after variable header replay by <a
    href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a
    
href="https://redirect.github.com/netty/netty/pull/16787";>netty/netty#16787</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/pandareen";><code>@​pandareen</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/netty/netty/pull/16783";>netty/netty#16783</a></li>
    <li><a
    href="https://github.com/zhangweikop";><code>@​zhangweikop</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/netty/netty/pull/16523";>netty/netty#16523</a></li>
    <li><a
    href="https://github.com/JulianVennen";><code>@​JulianVennen</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/netty/netty/pull/16749";>netty/netty#16749</a></li>
    <li><a
    href="https://github.com/kwondh5217";><code>@​kwondh5217</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/netty/netty/pull/16794";>netty/netty#16794</a></li>
    <li><a href="https://github.com/shblue21";><code>@​shblue21</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/netty/netty/pull/16833";>netty/netty#16833</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/netty/netty/compare/netty-4.2.13.Final...netty-4.2.14.Final";>https://github.com/netty/netty/compare/netty-4.2.13.Final...netty-4.2.14.Final</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/netty/netty/commit/0a60b753d5b0de9f58e245538d61c11dc6cfc4b2";><code>0a60b75</code></a>
    [maven-release-plugin] prepare release netty-4.2.14.Final</li>
    <li><a
    
href="https://github.com/netty/netty/commit/72df658e5fdd1cc6d65bce1e0917ec31a9560269";><code>72df658</code></a>
    Fix MQTT decoder size check after variable header replay (<a
    href="https://redirect.github.com/netty/netty/issues/16787";>#16787</a>)</li>
    <li><a
    
href="https://github.com/netty/netty/commit/7125dba6b20822aa72dd8359b350c2f3b9a545d9";><code>7125dba</code></a>
    MQTT: Allow MQTT 5 CONNECT with password only (<a
    href="https://redirect.github.com/netty/netty/issues/16833";>#16833</a>)</li>
    <li><a
    
href="https://github.com/netty/netty/commit/9e19320a5855746970d05a5cd785d73a17cc694d";><code>9e19320</code></a>
    IoUring: Stop generic FileRegion drain loop when transferred() reaches
    count(...</li>
    <li><a
    
href="https://github.com/netty/netty/commit/4ce9f17f05c67b72c87bc83951800bad245fe162";><code>4ce9f17</code></a>
    Route synchronous onLookupComplete exceptions via fireExceptionCaught
    (<a
    href="https://redirect.github.com/netty/netty/issues/16794";>#16794</a>)</li>
    <li><a
    
href="https://github.com/netty/netty/commit/f7b1b7de625031cc60e6eaecb889c97303588759";><code>f7b1b7d</code></a>
    Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without
    Unsafe...</li>
    <li><a
    
href="https://github.com/netty/netty/commit/0ccb265cadf91b2e09c2f479c9194d193d7a5dbc";><code>0ccb265</code></a>
    IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6
    rules ...</li>
    <li><a
    
href="https://github.com/netty/netty/commit/a6aeb6deffda3e45904edd05abc5cdddcd438794";><code>a6aeb6d</code></a>
    Resolve all localhost addresses without querying DNS servers (<a
    href="https://redirect.github.com/netty/netty/issues/16749";>#16749</a>)</li>
    <li><a
    
href="https://github.com/netty/netty/commit/c328ba2ab89d2c90c80be1d2de1cfbb8f94c438b";><code>c328ba2</code></a>
    Fix ResumptionController wrapping (<a
    href="https://redirect.github.com/netty/netty/issues/16815";>#16815</a>)</li>
    <li><a
    
href="https://github.com/netty/netty/commit/bc5862ba488c569c888d3b82048083041f66e880";><code>bc5862b</code></a>
    HTTP2: Use 100 as default max concurrent streams setting (<a
    href="https://redirect.github.com/netty/netty/issues/16804";>#16804</a>)</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/netty/netty/compare/netty-4.2.13.Final...netty-4.2.14.Final";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom&package-manager=maven&previous-version=4.2.13.Final&new-version=4.2.14.Final)](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 2b629673e..322e35f8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@ under the License.
     <dep.junit.jupiter.version>5.12.2</dep.junit.jupiter.version>
     <dep.slf4j.version>2.0.18</dep.slf4j.version>
     <dep.guava-bom.version>33.6.0-jre</dep.guava-bom.version>
-    <dep.netty-bom.version>4.2.13.Final</dep.netty-bom.version>
+    <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>

Reply via email to