This is an automated email from the ASF dual-hosted git repository. arshad pushed a commit to branch branch-3.6.3 in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit 45165bb4284a9570b83f3d964b3437ec844ff61d Author: Ayush Mantri <[email protected]> AuthorDate: Thu Apr 8 19:49:08 2021 +0530 ZOOKEEPER-4278: dependency-check:check failing - netty-transport-4.1.60.Final CVE-2021-21409 Upgraded Netty library to 4.1.63.Final Author: Ayush Mantri <[email protected]> Reviewers: Mohammad Arshad <[email protected]> Closes #1678 from ayushmantri/ZOOKEEPER-4278 (cherry picked from commit 925b5b28a0aa9e7749da9672de92eab5b95578f0) Signed-off-by: Mohammad Arshad <[email protected]> --- pom.xml | 2 +- ...n-4.1.60.Final.LICENSE.txt => netty-buffer-4.1.63.Final.LICENSE.txt} | 0 ...ll-4.1.60.Final.LICENSE.txt => netty-codec-4.1.63.Final.LICENSE.txt} | 0 ...t-4.1.60.Final.LICENSE.txt => netty-common-4.1.63.Final.LICENSE.txt} | 0 ...-4.1.60.Final.LICENSE.txt => netty-handler-4.1.63.Final.LICENSE.txt} | 0 ...4.1.60.Final.LICENSE.txt => netty-resolver-4.1.63.Final.LICENSE.txt} | 0 ....1.60.Final.LICENSE.txt => netty-transport-4.1.63.Final.LICENSE.txt} | 0 ...ICENSE.txt => netty-transport-native-epoll-4.1.63.Final.LICENSE.txt} | 0 ....txt => netty-transport-native-unix-common-4.1.63.Final.LICENSE.txt} | 0 9 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 22ac85b..6590923 100755 --- a/pom.xml +++ b/pom.xml @@ -355,7 +355,7 @@ <mockito.version>2.27.0</mockito.version> <hamcrest.version>1.3</hamcrest.version> <commons-cli.version>1.2</commons-cli.version> - <netty.version>4.1.60.Final</netty.version> + <netty.version>4.1.63.Final</netty.version> <jetty.version>9.4.39.v20210325</jetty.version> <jackson.version>2.10.5.1</jackson.version> <json.version>1.1.1</json.version> diff --git a/zookeeper-server/src/main/resources/lib/netty-transport-native-unix-common-4.1.60.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-buffer-4.1.63.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-transport-native-unix-common-4.1.60.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-buffer-4.1.63.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-transport-native-epoll-4.1.60.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-codec-4.1.63.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-transport-native-epoll-4.1.60.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-codec-4.1.63.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-transport-4.1.60.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-common-4.1.63.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-transport-4.1.60.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-common-4.1.63.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-resolver-4.1.60.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-handler-4.1.63.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-resolver-4.1.60.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-handler-4.1.63.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-handler-4.1.60.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-resolver-4.1.63.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-handler-4.1.60.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-resolver-4.1.63.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-common-4.1.60.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-transport-4.1.63.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-common-4.1.60.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-transport-4.1.63.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-codec-4.1.60.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-transport-native-epoll-4.1.63.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-codec-4.1.60.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-transport-native-epoll-4.1.63.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-buffer-4.1.60.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-transport-native-unix-common-4.1.63.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-buffer-4.1.60.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-transport-native-unix-common-4.1.63.Final.LICENSE.txt
