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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e747ec  Rollback netty-tc-native version to 2.0.33.Final (#10833)
6e747ec is described below

commit 6e747ec0db9cad46739ab0d88acd8dd93f4ae0a5
Author: lipenghui <[email protected]>
AuthorDate: Sun Jun 6 12:42:35 2021 +0800

    Rollback netty-tc-native version to 2.0.33.Final (#10833)
    
    Fixes #10798
    Related to: #10266
    
    ### Motivation
    
    Rollback netty-tc-native version to 2.0.33.Final
---
 distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
 pom.xml                                          | 2 +-
 pulsar-sql/presto-distribution/LICENSE           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 1b40206..83b8f28 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -369,7 +369,7 @@ The Apache Software License, Version 2.0
     - io.netty-netty-transport-native-epoll-4.1.63.Final.jar
     - io.netty-netty-transport-native-unix-common-4.1.63.Final.jar
     - io.netty-netty-transport-native-unix-common-4.1.63.Final-linux-x86_64.jar
-    - io.netty-netty-tcnative-boringssl-static-2.0.38.Final.jar
+    - io.netty-netty-tcnative-boringssl-static-2.0.33.Final.jar
  * Prometheus client
     - io.prometheus-simpleclient-0.5.0.jar
     - io.prometheus-simpleclient_common-0.5.0.jar
diff --git a/pom.xml b/pom.xml
index 8cfe220..2844c88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <dropwizardmetrics.version>3.2.5</dropwizardmetrics.version> <!-- 
ZooKeeper server -->
     <curator.version>5.1.0</curator.version>
     <netty.version>4.1.63.Final</netty.version>
-    <netty-tc-native.version>2.0.38.Final</netty-tc-native.version>
+    <netty-tc-native.version>2.0.33.Final</netty-tc-native.version>
     <jetty.version>9.4.39.v20210325</jetty.version>
     <conscrypt.version>2.5.2</conscrypt.version>
     <jersey.version>2.34</jersey.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE 
b/pulsar-sql/presto-distribution/LICENSE
index 7b92783..dccf72c 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -243,7 +243,7 @@ The Apache Software License, Version 2.0
     - netty-reactive-streams-2.0.4.jar
     - netty-resolver-4.1.63.Final.jar
     - netty-resolver-dns-4.1.63.Final.jar
-    - netty-tcnative-boringssl-static-2.0.38.Final.jar
+    - netty-tcnative-boringssl-static-2.0.33.Final.jar
     - netty-transport-4.1.63.Final.jar
     - netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar
     - netty-transport-native-unix-common-4.1.63.Final.jar

Reply via email to