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 fcae3d9624c0fa94409d49e5649d864fae760606 Author: huangxingbo <[email protected]> AuthorDate: Wed Jan 20 16:08:45 2021 +0800 [FLINK-21019][hive] Bump Netty to 4.1.46 --- flink-connectors/flink-connector-hive/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml index 662a764..54d7f9b 100644 --- a/flink-connectors/flink-connector-hive/pom.xml +++ b/flink-connectors/flink-connector-hive/pom.xml @@ -1120,7 +1120,7 @@ under the License. <!-- Bump arrow netty dependency --> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>4.1.44.Final</version> + <version>4.1.46.Final</version> <scope>provided</scope> </dependency> @@ -1128,7 +1128,7 @@ under the License. <!-- Bump arrow netty dependency --> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>4.1.44.Final</version> + <version>4.1.46.Final</version> <scope>provided</scope> </dependency>
