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

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

commit 7cc4bfb1a73cdb4fd7724c7cd8dca58e516d5762
Author: huangxingbo <[email protected]>
AuthorDate: Wed Jan 20 16:07:22 2021 +0800

    [FLINK-21019][hbase] Bump Netty to 4.1.46
---
 flink-connectors/flink-connector-hbase-1.4/pom.xml                 | 7 +++++++
 flink-connectors/flink-connector-hbase-2.2/pom.xml                 | 2 +-
 flink-connectors/flink-connector-hbase-base/pom.xml                | 2 +-
 .../src/main/resources/META-INF/NOTICE                             | 2 +-
 .../src/main/resources/META-INF/NOTICE                             | 2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/flink-connectors/flink-connector-hbase-1.4/pom.xml 
b/flink-connectors/flink-connector-hbase-1.4/pom.xml
index 1410e26..dba400d 100644
--- a/flink-connectors/flink-connector-hbase-1.4/pom.xml
+++ b/flink-connectors/flink-connector-hbase-1.4/pom.xml
@@ -278,6 +278,13 @@ under the License.
                        </exclusions>
                </dependency>
 
+               <dependency>
+                       <!-- Bump hbase netty dependency -->
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-all</artifactId>
+                       <version>4.1.46.Final</version>
+               </dependency>
+
                <!--
                        We declare this test-classified dependency here to move 
it into our
                        "test" scope. Otherwise it would end up in proudction 
jars.
diff --git a/flink-connectors/flink-connector-hbase-2.2/pom.xml 
b/flink-connectors/flink-connector-hbase-2.2/pom.xml
index 14e2c7a..da4a73e 100644
--- a/flink-connectors/flink-connector-hbase-2.2/pom.xml
+++ b/flink-connectors/flink-connector-hbase-2.2/pom.xml
@@ -202,7 +202,7 @@ under the License.
                        <!-- Bump hbase netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-all</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
diff --git a/flink-connectors/flink-connector-hbase-base/pom.xml 
b/flink-connectors/flink-connector-hbase-base/pom.xml
index 1b764b1..699e1a3 100644
--- a/flink-connectors/flink-connector-hbase-base/pom.xml
+++ b/flink-connectors/flink-connector-hbase-base/pom.xml
@@ -174,7 +174,7 @@ under the License.
                        <!-- Bump hbase netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-all</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
diff --git 
a/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE
 
b/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE
index fd3c3d9..6604394 100644
--- 
a/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE
+++ 
b/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE
@@ -11,7 +11,7 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - commons-configuration:commons-configuration:1.7
 - commons-lang:commons-lang:2.6
 - commons-logging:commons-logging:1.1.3
-- io.netty:netty-all:4.1.44.Final
+- io.netty:netty-all:4.1.46.Final
 - org.apache.hbase:hbase-client:1.4.3
 - org.apache.hbase:hbase-common:1.4.3
 - org.apache.hbase:hbase-prefix-tree:1.4.3
diff --git 
a/flink-connectors/flink-sql-connector-hbase-2.2/src/main/resources/META-INF/NOTICE
 
b/flink-connectors/flink-sql-connector-hbase-2.2/src/main/resources/META-INF/NOTICE
index 1f4ed0d..1e19484 100644
--- 
a/flink-connectors/flink-sql-connector-hbase-2.2/src/main/resources/META-INF/NOTICE
+++ 
b/flink-connectors/flink-sql-connector-hbase-2.2/src/main/resources/META-INF/NOTICE
@@ -7,7 +7,7 @@ The Apache Software Foundation (http://www.apache.org/).
 This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
  - commons-codec:commons-codec:1.13
- - io.netty:netty-all:4.1.44.Final
+ - io.netty:netty-all:4.1.46.Final
  - io.dropwizard.metrics:metrics-core:3.2.6
  - org.apache.commons:commons-crypto:1.0.0
  - org.apache.commons:commons-lang3:3.3.2

Reply via email to