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 2146ab10e6 MINOR: [Java] Bump Netty to 4.1.108.Final (#40491)
2146ab10e6 is described below

commit 2146ab10e653f927a6e92d29ee0910f30f4cb996
Author: sullis <[email protected]>
AuthorDate: Wed Mar 27 13:32:45 2024 -0700

    MINOR: [Java] Bump Netty to 4.1.108.Final (#40491)
    
    ### Rationale for this change
    
    [Java] bump to latest version of Netty
    
    https://netty.io/news/2024/02/13/4-1-107-Final.html
    
    https://netty.io/news/2024/03/21/4-1-108-Final.html
    
    ### What changes are included in this PR?
    
    modified Java pom.xml
    
    ### Are these changes tested?
    
    GitHub Actions CI build
    
    ### Are there any user-facing changes?
    
    No
    
    Authored-by: sullis <[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 b064d07e1e..add2823ccb 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -33,7 +33,7 @@
     <dep.junit.jupiter.version>5.10.2</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.106.Final</dep.netty-bom.version>
+    <dep.netty-bom.version>4.1.108.Final</dep.netty-bom.version>
     <dep.grpc-bom.version>1.61.1</dep.grpc-bom.version>
     <dep.protobuf-bom.version>3.23.1</dep.protobuf-bom.version>
     <dep.jackson-bom.version>2.17.0</dep.jackson-bom.version>

Reply via email to