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

zhouky pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/branch-0.3 by this push:
     new 8900928fe [CELEBORN-684] Upgrade Netty from 4.1.92.Final to 
4.1.93.Final
8900928fe is described below

commit 8900928feb257945eba9f5f13a82950495dc596a
Author: zwangsheng <[email protected]>
AuthorDate: Fri Jun 16 20:05:25 2023 +0800

    [CELEBORN-684] Upgrade Netty from 4.1.92.Final to 4.1.93.Final
    
    ### What changes were proposed in this pull request?
    
    After `Netty` release `4.1.39.Final` for 3 weeks ago, we should update 
netty version.
    
    [Change 
List](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.93.Final)
    
    ### Why are the changes needed?
    
    Catch up with the Netty version
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    CI
    
    Closes #1596 from zwangsheng/CELEBORN-684.
    
    Authored-by: zwangsheng <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
    (cherry picked from commit 7d7107d607b853ab61b8299f83de2e3dacfa7e3c)
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85f614077..3c00a9d6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <lz4-java.version>1.8.0</lz4-java.version>
     <mockito.version>4.11.0</mockito.version>
     <mockito-scalatest.version>1.17.14</mockito-scalatest.version>
-    <netty.version>4.1.92.Final</netty.version>
+    <netty.version>4.1.93.Final</netty.version>
     <protobuf.version>3.19.2</protobuf.version>
     <ratis.version>2.5.1</ratis.version>
     <scalatest.version>3.2.16</scalatest.version>

Reply via email to