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 6c4c351bac1c83012bc9b6b948a170589dc16d4b
Author: huangxingbo <[email protected]>
AuthorDate: Wed Jan 20 16:05:54 2021 +0800

    [FLINK-21019][cassandra] Bump Netty to 4.1.46
---
 flink-connectors/flink-connector-cassandra/pom.xml           |  4 ++--
 .../src/main/resources/META-INF/NOTICE                       | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/flink-connectors/flink-connector-cassandra/pom.xml 
b/flink-connectors/flink-connector-cassandra/pom.xml
index 1178f8d..9a6fb11 100644
--- a/flink-connectors/flink-connector-cassandra/pom.xml
+++ b/flink-connectors/flink-connector-cassandra/pom.xml
@@ -132,7 +132,7 @@ under the License.
                        <!-- Bump cassandra netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-handler</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
                <dependency>
                        <groupId>com.datastax.cassandra</groupId>
@@ -226,7 +226,7 @@ under the License.
                        <!-- Bump cassandra netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-all</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
diff --git 
a/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE 
b/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE
index d9d1632..fec1e7d 100644
--- 
a/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE
+++ 
b/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE
@@ -9,9 +9,9 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - com.datastax.cassandra:cassandra-driver-core:3.0.0
 - com.datastax.cassandra:cassandra-driver-mapping:3.0.0
 - com.google.guava:guava:18.0
-- io.netty:netty-buffer:4.1.44.Final
-- io.netty:netty-codec:4.1.44.Final
-- io.netty:netty-common:4.1.44.Final
-- io.netty:netty-handler:4.1.44.Final
-- io.netty:netty-resolver:4.1.44.Final
-- io.netty:netty-transport:4.1.44.Final
+- io.netty:netty-buffer:4.1.46.Final
+- io.netty:netty-codec:4.1.46.Final
+- io.netty:netty-common:4.1.46.Final
+- io.netty:netty-handler:4.1.46.Final
+- io.netty:netty-resolver:4.1.46.Final
+- io.netty:netty-transport:4.1.46.Final

Reply via email to