This is an automated email from the ASF dual-hosted git repository. arshad pushed a commit to branch branch-3.7.1 in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit 8e52cfa22dde903fb7a133fa06302784c0ec330b Author: Ananya Singh <[email protected]> AuthorDate: Fri May 6 00:21:05 2022 +0530 ZOOKEEPER-4529: Upgrade netty to 4.1.76.Final upgrading netty in master as per review in : https://github.com/apache/zookeeper/pull/1867 Author: Ananya Singh <[email protected]> Reviewers: Enrico Olivelli <[email protected]>, Shoothzj <[email protected]>, Mohammad Arshad <[email protected]>, Brahma Reddy Battula <[email protected]> Closes #1869 from AnanyaSingh2121/ZK-4529 (cherry picked from commit aab3ff65c4daecbbf8fc3fc5369a2e456603fbb0) Signed-off-by: Mohammad Arshad <[email protected]> --- pom.xml | 2 +- ...r-4.1.73.Final.LICENSE.txt => netty-buffer-4.1.76.Final.LICENSE.txt} | 0 ...ec-4.1.73.Final.LICENSE.txt => netty-codec-4.1.76.Final.LICENSE.txt} | 0 ...n-4.1.73.Final.LICENSE.txt => netty-common-4.1.76.Final.LICENSE.txt} | 0 ...-4.1.73.Final.LICENSE.txt => netty-handler-4.1.76.Final.LICENSE.txt} | 0 ...4.1.73.Final.LICENSE.txt => netty-resolver-4.1.76.Final.LICENSE.txt} | 0 ....1.73.Final.LICENSE.txt => netty-transport-4.1.76.Final.LICENSE.txt} | 0 ...ICENSE.txt => netty-transport-native-epoll-4.1.76.Final.LICENSE.txt} | 0 ....txt => netty-transport-native-unix-common-4.1.76.Final.LICENSE.txt} | 0 9 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 506da82ac..ec4fa1ceb 100755 --- a/pom.xml +++ b/pom.xml @@ -437,7 +437,7 @@ <mockito.version>3.6.28</mockito.version> <hamcrest.version>2.2</hamcrest.version> <commons-cli.version>1.4</commons-cli.version> - <netty.version>4.1.73.Final</netty.version> + <netty.version>4.1.76.Final</netty.version> <netty.tcnative.version>2.0.48.Final</netty.tcnative.version> <jetty.version>9.4.43.v20210629</jetty.version> <jackson.version>2.13.2.1</jackson.version> diff --git a/zookeeper-server/src/main/resources/lib/netty-buffer-4.1.73.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-buffer-4.1.76.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-buffer-4.1.73.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-buffer-4.1.76.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-codec-4.1.73.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-codec-4.1.76.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-codec-4.1.73.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-codec-4.1.76.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-common-4.1.73.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-common-4.1.76.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-common-4.1.73.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-common-4.1.76.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-handler-4.1.73.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-handler-4.1.76.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-handler-4.1.73.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-handler-4.1.76.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-resolver-4.1.73.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-resolver-4.1.76.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-resolver-4.1.73.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-resolver-4.1.76.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-transport-4.1.73.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-transport-4.1.76.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-transport-4.1.73.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-transport-4.1.76.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-transport-native-epoll-4.1.73.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-transport-native-epoll-4.1.76.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-transport-native-epoll-4.1.73.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-transport-native-epoll-4.1.76.Final.LICENSE.txt diff --git a/zookeeper-server/src/main/resources/lib/netty-transport-native-unix-common-4.1.73.Final.LICENSE.txt b/zookeeper-server/src/main/resources/lib/netty-transport-native-unix-common-4.1.76.Final.LICENSE.txt similarity index 100% rename from zookeeper-server/src/main/resources/lib/netty-transport-native-unix-common-4.1.73.Final.LICENSE.txt rename to zookeeper-server/src/main/resources/lib/netty-transport-native-unix-common-4.1.76.Final.LICENSE.txt
