You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by xv...@apache.org on 2021/04/06 18:34:28 UTC

[druid] 02/09: update netty to 4.1.60

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

xvrl pushed a commit to branch jdk15-zk3.5
in repository https://gitbox.apache.org/repos/asf/druid.git

commit b62a52c4e1e4c4cadc7e03cba1869552fa3db9a2
Author: Xavier Léauté <xv...@apache.org>
AuthorDate: Tue Mar 9 16:57:19 2021 -0800

    update netty to 4.1.60
---
 licenses.yaml | 2 +-
 pom.xml       | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 231c7b5..90740fb 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1235,7 +1235,7 @@ name: Netty
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 4.1.48.Final
+version: 4.1.63.Final
 libraries:
   - io.netty: netty-buffer
   - io.netty: netty-codec
diff --git a/pom.xml b/pom.xml
index 6fbb964..034893a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,8 +99,7 @@
         <mysql.version>5.1.48</mysql.version>
         <netty3.version>3.10.6.Final</netty3.version>
         <resilience4j.version>1.3.1</resilience4j.version>
-        <!-- Spark updated in https://github.com/apache/spark/pull/19884 -->
-        <netty4.version>4.1.48.Final</netty4.version>
+        <netty4.version>4.1.63.Final</netty4.version>
         <node.version>v10.24.0</node.version>
         <npm.version>6.14.11</npm.version>
         <postgresql.version>42.2.14</postgresql.version>
@@ -316,6 +315,10 @@
                         <artifactId>netty</artifactId>
                     </exclusion>
                     <exclusion>
+                        <groupId>io.netty</groupId>
+                        <artifactId>netty-transport-native-epoll</artifactId>
+                    </exclusion>
+                    <exclusion>
                         <groupId>com.github.spotbugs</groupId>
                         <artifactId>spotbugs-annotations</artifactId>
                     </exclusion>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org