You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/03/06 05:05:59 UTC

[kyuubi] branch master updated: [KYUUBI #4448] Bump Netty from 4.1.87.Final to 4.1.89.Final

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

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new cc4ec5a5d [KYUUBI #4448] Bump Netty from 4.1.87.Final to 4.1.89.Final
cc4ec5a5d is described below

commit cc4ec5a5d5c9ec5e9699acf8d6c0e195e439b7b6
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Mon Mar 6 13:05:46 2023 +0800

    [KYUUBI #4448] Bump Netty from 4.1.87.Final to 4.1.89.Final
    
    ### _Why are the changes needed?_
    
    - Netty 4.1.89.Final: https://netty.io/news/2023/02/13/4-1-89-Final.html
    - Netty 4.1.88.Final: https://netty.io/news/2023/02/12/4-1-88-Final.html
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4448 from bowenliang123/netty-4.1.89.
    
    Closes #4448
    
    8854bb3ea [liangbowen] bump netty to 4.1.89.Final
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 dev/dependencyList | 34 +++++++++++++++++-----------------
 pom.xml            |  2 +-
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index e2e3e7ecf..ff2550804 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -137,23 +137,23 @@ metrics-jmx/4.2.8//metrics-jmx-4.2.8.jar
 metrics-json/4.2.8//metrics-json-4.2.8.jar
 metrics-jvm/4.2.8//metrics-jvm-4.2.8.jar
 mimepull/1.9.15//mimepull-1.9.15.jar
-netty-all/4.1.87.Final//netty-all-4.1.87.Final.jar
-netty-buffer/4.1.87.Final//netty-buffer-4.1.87.Final.jar
-netty-codec-dns/4.1.87.Final//netty-codec-dns-4.1.87.Final.jar
-netty-codec-http/4.1.87.Final//netty-codec-http-4.1.87.Final.jar
-netty-codec-http2/4.1.87.Final//netty-codec-http2-4.1.87.Final.jar
-netty-codec-socks/4.1.87.Final//netty-codec-socks-4.1.87.Final.jar
-netty-codec/4.1.87.Final//netty-codec-4.1.87.Final.jar
-netty-common/4.1.87.Final//netty-common-4.1.87.Final.jar
-netty-handler-proxy/4.1.87.Final//netty-handler-proxy-4.1.87.Final.jar
-netty-handler/4.1.87.Final//netty-handler-4.1.87.Final.jar
-netty-resolver-dns/4.1.87.Final//netty-resolver-dns-4.1.87.Final.jar
-netty-resolver/4.1.87.Final//netty-resolver-4.1.87.Final.jar
-netty-transport-classes-epoll/4.1.87.Final//netty-transport-classes-epoll-4.1.87.Final.jar
-netty-transport-native-epoll/4.1.87.Final/linux-aarch_64/netty-transport-native-epoll-4.1.87.Final-linux-aarch_64.jar
-netty-transport-native-epoll/4.1.87.Final/linux-x86_64/netty-transport-native-epoll-4.1.87.Final-linux-x86_64.jar
-netty-transport-native-unix-common/4.1.87.Final//netty-transport-native-unix-common-4.1.87.Final.jar
-netty-transport/4.1.87.Final//netty-transport-4.1.87.Final.jar
+netty-all/4.1.89.Final//netty-all-4.1.89.Final.jar
+netty-buffer/4.1.89.Final//netty-buffer-4.1.89.Final.jar
+netty-codec-dns/4.1.89.Final//netty-codec-dns-4.1.89.Final.jar
+netty-codec-http/4.1.89.Final//netty-codec-http-4.1.89.Final.jar
+netty-codec-http2/4.1.89.Final//netty-codec-http2-4.1.89.Final.jar
+netty-codec-socks/4.1.89.Final//netty-codec-socks-4.1.89.Final.jar
+netty-codec/4.1.89.Final//netty-codec-4.1.89.Final.jar
+netty-common/4.1.89.Final//netty-common-4.1.89.Final.jar
+netty-handler-proxy/4.1.89.Final//netty-handler-proxy-4.1.89.Final.jar
+netty-handler/4.1.89.Final//netty-handler-4.1.89.Final.jar
+netty-resolver-dns/4.1.89.Final//netty-resolver-dns-4.1.89.Final.jar
+netty-resolver/4.1.89.Final//netty-resolver-4.1.89.Final.jar
+netty-transport-classes-epoll/4.1.89.Final//netty-transport-classes-epoll-4.1.89.Final.jar
+netty-transport-native-epoll/4.1.89.Final/linux-aarch_64/netty-transport-native-epoll-4.1.89.Final-linux-aarch_64.jar
+netty-transport-native-epoll/4.1.89.Final/linux-x86_64/netty-transport-native-epoll-4.1.89.Final-linux-x86_64.jar
+netty-transport-native-unix-common/4.1.89.Final//netty-transport-native-unix-common-4.1.89.Final.jar
+netty-transport/4.1.89.Final//netty-transport-4.1.89.Final.jar
 okhttp-urlconnection/3.14.9//okhttp-urlconnection-3.14.9.jar
 okhttp/3.12.12//okhttp-3.12.12.jar
 okio/1.15.0//okio-1.15.0.jar
diff --git a/pom.xml b/pom.xml
index e95b4904e..ed5eb48d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
         <ldapsdk.version>6.0.5</ldapsdk.version>
         <log4j.version>2.20.0</log4j.version>
         <mysql.jdbc.version>8.0.32</mysql.jdbc.version>
-        <netty.version>4.1.87.Final</netty.version>
+        <netty.version>4.1.89.Final</netty.version>
         <parquet.version>1.10.1</parquet.version>
         <phoenix.version>6.0.0</phoenix.version>
         <prometheus.version>0.16.0</prometheus.version>