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 562d9fab85960214fa20b84b19003cfad71de04b
Author: huangxingbo <[email protected]>
AuthorDate: Wed Jan 20 16:04:33 2021 +0800

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

diff --git a/flink-connectors/flink-connector-elasticsearch5/pom.xml 
b/flink-connectors/flink-connector-elasticsearch5/pom.xml
index 7644ca8..a85fcba 100644
--- a/flink-connectors/flink-connector-elasticsearch5/pom.xml
+++ b/flink-connectors/flink-connector-elasticsearch5/pom.xml
@@ -75,49 +75,49 @@ under the License.
                        <!-- Bump elasticsearch netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-buffer</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
                        <!-- Bump elasticsearch netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-codec</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
                        <!-- Bump elasticsearch netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-codec-http</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
                        <!-- Bump elasticsearch netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-common</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
                        <!-- Bump elasticsearch netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-handler</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
                        <!-- Bump elasticsearch netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-resolver</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
                        <!-- Bump elasticsearch netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-transport</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <!-- test dependencies -->
diff --git 
a/flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
 
b/flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
index 2dff9a4..55f0d86 100644
--- 
a/flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
+++ 
b/flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
@@ -16,13 +16,13 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - commons-codec:commons-codec:1.13
 - commons-logging:commons-logging:1.1.3
 - io.netty:netty:3.10.6.Final
-- io.netty:netty-buffer:4.1.44.Final
-- io.netty:netty-codec:4.1.44.Final
-- io.netty:netty-codec-http: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-codec-http: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
 - joda-time:joda-time:2.5
 - net.java.dev.jna:jna:4.2.2
 - org.apache.httpcomponents:httpasyncclient:4.1.2

Reply via email to