This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 1076229dbc GH-39654: [Java] Upgrade to Netty 4.1.105.Final (#39655)
1076229dbc is described below

commit 1076229dbc35c9b29cc170ff3193620277c280a1
Author: JB Onofré <[email protected]>
AuthorDate: Wed Jan 17 14:35:04 2024 +0100

    GH-39654: [Java] Upgrade to Netty 4.1.105.Final (#39655)
    
    
    
    ### Rationale for this change
    
    Netty 4.1.105.Final brings few fixes that would be good to have in Arrow, 
especially:
    
    - DNS error improvements
    - Fix exception on HTTP chunk size overflow
    - Save HTTP2 pseudo-header lower-case validation
    
    The release news is there: 
https://netty.io/news/2024/01/16/4-1-105-Final.html
    and the full Release Notes here: 
https://github.com/netty/netty/issues?q=milestone%3A4.1.105.Final+is%3Aclosed
    
    ### What changes are included in this PR?
    
    Netty 4.1.105.Final update.
    
    ### Are these changes tested?
    
    Yes tested locally.
    
    ### Are there any user-facing changes?
    
    Not directly.
    
    * Closes: #39654
    
    Authored-by: JB Onofré <[email protected]>
    Signed-off-by: David Li <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 147f08fe57..b2513d5862 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -33,7 +33,7 @@
     <dep.junit.jupiter.version>5.10.1</dep.junit.jupiter.version>
     <dep.slf4j.version>2.0.11</dep.slf4j.version>
     <dep.guava-bom.version>33.0.0-jre</dep.guava-bom.version>
-    <dep.netty-bom.version>4.1.104.Final</dep.netty-bom.version>
+    <dep.netty-bom.version>4.1.105.Final</dep.netty-bom.version>
     <dep.grpc-bom.version>1.60.0</dep.grpc-bom.version>
     <dep.protobuf-bom.version>3.23.1</dep.protobuf-bom.version>
     <dep.jackson-bom.version>2.16.0</dep.jackson-bom.version>

Reply via email to