You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by yo...@apache.org on 2023/08/29 06:47:48 UTC

[bookkeeper] 03/08: Upgrade Netty to 4.1.94.Final (#3999)

This is an automated email from the ASF dual-hosted git repository.

yong pushed a commit to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git

commit 760644b1342a05df11b65b95cd3a42e07513c201
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Sat Jul 1 06:16:53 2023 +0300

    Upgrade Netty to 4.1.94.Final (#3999)
    
    ### Motivation
    
    OWASP dependency check fails because of CVE-2023-34462
    ```
    Error:  netty-handler-4.1.93.Final.jar: CVE-2023-34462(8.8)
    ```
    
    ### Changes
    
    Upgrade Netty to 4.1.94.Final
    Release notes: https://netty.io/news/2023/06/19/4-1-94-Final.html
    
    (cherry picked from commit 1fbf791ae891ca9f696f52596f03b5bccd6a8630)
---
 bookkeeper-dist/src/assemble/bin-all.xml           |   2 +-
 bookkeeper-dist/src/assemble/bin-server.xml        |   2 +-
 bookkeeper-dist/src/assemble/bkctl.xml             |   2 +-
 .../src/main/resources/LICENSE-all.bin.txt         | 144 ++++++++++-----------
 .../src/main/resources/LICENSE-bkctl.bin.txt       | 140 ++++++++++----------
 .../src/main/resources/LICENSE-server.bin.txt      | 144 ++++++++++-----------
 .../src/main/resources/NOTICE-all.bin.txt          |  30 ++---
 .../src/main/resources/NOTICE-bkctl.bin.txt        |  26 ++--
 .../src/main/resources/NOTICE-server.bin.txt       |  30 ++---
 .../LICENSE.aalto-xml.txt                          |   0
 .../LICENSE.base64.txt                             |   0
 .../LICENSE.bouncycastle.txt                       |   0
 .../LICENSE.caliper.txt                            |   0
 .../LICENSE.commons-lang.txt                       |   0
 .../LICENSE.commons-logging.txt                    |   0
 .../LICENSE.compress-lzf.txt                       |   0
 .../LICENSE.dnsinfo.txt                            |   0
 .../LICENSE.harmony.txt                            |   0
 .../LICENSE.hpack.txt                              |   0
 .../LICENSE.hyper-hpack.txt                        |   0
 .../LICENSE.jboss-marshalling.txt                  |   0
 .../LICENSE.jbzip2.txt                             |   0
 .../LICENSE.jctools.txt                            |   0
 .../LICENSE.jfastlz.txt                            |   0
 .../LICENSE.jsr166y.txt                            |   0
 .../LICENSE.jzlib.txt                              |   0
 .../LICENSE.libdivsufsort.txt                      |   0
 .../LICENSE.log4j.txt                              |   0
 .../{netty-4.1.93.Final => netty}/LICENSE.lz4.txt  |   0
 .../LICENSE.lzma-java.txt                          |   0
 .../LICENSE.mvn-wrapper.txt                        |   0
 .../LICENSE.nghttp2-hpack.txt                      |   0
 .../LICENSE.protobuf.txt                           |   0
 .../LICENSE.slf4j.txt                              |   0
 .../LICENSE.snappy.txt                             |   0
 .../LICENSE.webbit.txt                             |   0
 .../NOTICE.harmony.txt                             |   0
 pom.xml                                            |   2 +-
 38 files changed, 261 insertions(+), 261 deletions(-)

diff --git a/bookkeeper-dist/src/assemble/bin-all.xml b/bookkeeper-dist/src/assemble/bin-all.xml
index 736233730b..60bc2ca153 100644
--- a/bookkeeper-dist/src/assemble/bin-all.xml
+++ b/bookkeeper-dist/src/assemble/bin-all.xml
@@ -64,7 +64,7 @@
         <include>javax.servlet-api-4.0.0/CDDL+GPL-1.1</include>
         <include>bouncycastle-1.0.2.3/LICENSE.html</include>
         <include>jsr-305/LICENSE</include>
-        <include>netty-4.1.93.Final/*</include>
+        <include>netty/*</include>
         <include>paranamer-2.8/LICENSE.txt</include>
         <include>protobuf-3.14.0/LICENSE</include>
         <include>protobuf-3.12.0/LICENSE</include>
diff --git a/bookkeeper-dist/src/assemble/bin-server.xml b/bookkeeper-dist/src/assemble/bin-server.xml
index aed894675d..0c951adbed 100644
--- a/bookkeeper-dist/src/assemble/bin-server.xml
+++ b/bookkeeper-dist/src/assemble/bin-server.xml
@@ -52,7 +52,7 @@
         <include>checker-qual-3.5.0/LICENSE</include>
         <include>google-auth-library-credentials-0.20.0/LICENSE</include>
         <include>javax.servlet-api-4.0.0/CDDL+GPL-1.1</include>
-        <include>netty-4.1.93.Final/*</include>
+        <include>netty/*</include>
         <include>bouncycastle-1.0.2.3/LICENSE.html</include>
         <include>protobuf-3.14.0/LICENSE</include>
         <include>protobuf-3.12.0/LICENSE</include>
diff --git a/bookkeeper-dist/src/assemble/bkctl.xml b/bookkeeper-dist/src/assemble/bkctl.xml
index f9fda8bccb..623b56e505 100644
--- a/bookkeeper-dist/src/assemble/bkctl.xml
+++ b/bookkeeper-dist/src/assemble/bkctl.xml
@@ -69,7 +69,7 @@
       <includes>
         <include>checker-qual-3.5.0/LICENSE</include>
         <include>google-auth-library-credentials-0.20.0/LICENSE</include>
-        <include>netty-4.1.93.Final/*</include>
+        <include>netty/*</include>
         <include>bouncycastle-1.0.2.3/LICENSE.html</include>
         <include>protobuf-3.14.0/LICENSE</include>
         <include>protobuf-3.12.0/LICENSE</include>
diff --git a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
index 06e582cd99..139d7d2498 100644
--- a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
+++ b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
@@ -217,17 +217,17 @@ Apache Software License, Version 2.
 - lib/commons-io-commons-io-2.7.jar [8]
 - lib/commons-lang-commons-lang-2.6.jar [9]
 - lib/commons-logging-commons-logging-1.1.1.jar [10]
-- lib/io.netty-netty-buffer-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-dns-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-http-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-http2-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-socks-4.1.93.Final.jar [11]
-- lib/io.netty-netty-common-4.1.93.Final.jar [11]
-- lib/io.netty-netty-handler-4.1.93.Final.jar [11]
-- lib/io.netty-netty-handler-proxy-4.1.93.Final.jar [11]
-- lib/io.netty-netty-resolver-4.1.93.Final.jar [11]
-- lib/io.netty-netty-resolver-dns-4.1.93.Final.jar [11]
+- lib/io.netty-netty-buffer-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-dns-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-http-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-http2-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-socks-4.1.94.Final.jar [11]
+- lib/io.netty-netty-common-4.1.94.Final.jar [11]
+- lib/io.netty-netty-handler-4.1.94.Final.jar [11]
+- lib/io.netty-netty-handler-proxy-4.1.94.Final.jar [11]
+- lib/io.netty-netty-resolver-4.1.94.Final.jar [11]
+- lib/io.netty-netty-resolver-dns-4.1.94.Final.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar [11]
@@ -235,13 +235,13 @@ Apache Software License, Version 2.
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-classes-2.0.61.Final.jar [11]
-- lib/io.netty-netty-transport-4.1.93.Final.jar [11]
-- lib/io.netty-netty-transport-classes-epoll-4.1.93.Final.jar [11]
-- lib/io.netty-netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar [11]
+- lib/io.netty-netty-transport-4.1.94.Final.jar [11]
+- lib/io.netty-netty-transport-classes-epoll-4.1.94.Final.jar [11]
+- lib/io.netty-netty-transport-native-epoll-4.1.94.Final-linux-x86_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-x86_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-aarch_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-classes-io_uring-0.0.21.Final.jar [11]
-- lib/io.netty-netty-transport-native-unix-common-4.1.93.Final.jar [11]
+- lib/io.netty-netty-transport-native-unix-common-4.1.94.Final.jar [11]
 - lib/io.prometheus-simpleclient-0.15.0.jar [12]
 - lib/io.prometheus-simpleclient_common-0.15.0.jar [12]
 - lib/io.prometheus-simpleclient_hotspot-0.15.0.jar [12]
@@ -332,7 +332,7 @@ Apache Software License, Version 2.
 [8] Source available at https://github.com/apache/commons-io/tree/rel/commons-io-2.7
 [9] Source available at https://github.com/apache/commons-lang/tree/LANG_2_6
 [10] Source available at https://github.com/apache/commons-logging/tree/commons-logging-1.1.1
-[11] Source available at https://github.com/netty/netty/tree/netty-4.1.93.Final
+[11] Source available at https://github.com/netty/netty/tree/netty-4.1.94.Final
 [12] Source available at https://github.com/prometheus/client_java/tree/parent-0.15.0
 [13] Source available at https://github.com/vert-x3/vertx-auth/tree/4.3.2
 [14] Source available at https://github.com/vert-x3/vertx-bridge-common/tree/4.3.2
@@ -373,229 +373,229 @@ Apache Software License, Version 2.
 [53] Source available at https://github.com/carrotsearch/hppc/tree/0.9.1
 
 ------------------------------------------------------------------------------------
-lib/io.netty-netty-codec-4.1.93.Final.jar bundles some 3rd party dependencies
+lib/io.netty-netty-codec-4.1.94.Final.jar bundles some 3rd party dependencies
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the extensions to Java Collections Framework which has
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the extensions to Java Collections Framework which has
 been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jsr166y.txt (Public Domain)
+    * deps/netty/LICENSE.jsr166y.txt (Public Domain)
   * HOMEPAGE:
     * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
     * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of Robert Harder's Public Domain
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of Robert Harder's Public Domain
 Base64 Encoder and Decoder, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.base64.txt (Public Domain)
+    * deps/netty/LICENSE.base64.txt (Public Domain)
   * HOMEPAGE:
     * http://iharder.sourceforge.net/current/java/base64/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Webbit', an event based
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Webbit', an event based
 WebSocket and HTTP server, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.webbit.txt (BSD License)
+    * deps/netty/LICENSE.webbit.txt (BSD License)
   * HOMEPAGE:
     * https://github.com/joewalnes/webbit
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'SLF4J', a simple logging
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'SLF4J', a simple logging
 facade for Java, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.slf4j.txt (MIT License)
+    * deps/netty/LICENSE.slf4j.txt (MIT License)
   * HOMEPAGE:
     * http://www.slf4j.org/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Apache Harmony', an open source
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Apache Harmony', an open source
 Java SE, which can be obtained at:
 
   * NOTICE:
-    * deps/netty-4.1.93.Final/NOTICE.harmony.txt
+    * deps/netty/NOTICE.harmony.txt
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.harmony.txt (Apache License 2.0)
+    * deps/netty/LICENSE.harmony.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://archive.apache.org/dist/harmony/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'jbzip2', a Java bzip2 compression
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'jbzip2', a Java bzip2 compression
 and decompression library written by Matthew J. Francis. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jbzip2.txt (MIT License)
+    * deps/netty/LICENSE.jbzip2.txt (MIT License)
   * HOMEPAGE:
     * https://code.google.com/p/jbzip2/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'libdivsufsort', a C API library to construct
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'libdivsufsort', a C API library to construct
 the suffix array and the Burrows-Wheeler transformed string for any input string of
 a constant-size alphabet written by Yuta Mori. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.libdivsufsort.txt (MIT License)
+    * deps/netty/LICENSE.libdivsufsort.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/y-256/libdivsufsort
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of Nitsan Wakart's 'JCTools',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of Nitsan Wakart's 'JCTools',
 Java Concurrency Tools for the JVM, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jctools.txt (ASL2 License)
+    * deps/netty/LICENSE.jctools.txt (ASL2 License)
   * HOMEPAGE:
     * https://github.com/JCTools/JCTools
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'JZlib', a re-implementation of zlib in
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'JZlib', a re-implementation of zlib in
 pure Java, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jzlib.txt (BSD style License)
+    * deps/netty/LICENSE.jzlib.txt (BSD style License)
   * HOMEPAGE:
     * http://www.jcraft.com/jzlib/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Compress-LZF', a Java library for encoding and
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Compress-LZF', a Java library for encoding and
 decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.compress-lzf.txt (Apache License 2.0)
+    * deps/netty/LICENSE.compress-lzf.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/ning/compress
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'lz4', a LZ4 Java compression
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'lz4', a LZ4 Java compression
 and decompression library written by Adrien Grand. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.lz4.txt (Apache License 2.0)
+    * deps/netty/LICENSE.lz4.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jpountz/lz4-java
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'lzma-java', a LZMA Java compression
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'lzma-java', a LZMA Java compression
 and decompression library, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.lzma-java.txt (Apache License 2.0)
+    * deps/netty/LICENSE.lzma-java.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jponge/lzma-java
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'jfastlz', a Java port of FastLZ compression
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'jfastlz', a Java port of FastLZ compression
 and decompression library written by William Kinney. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jfastlz.txt (MIT License)
+    * deps/netty/LICENSE.jfastlz.txt (MIT License)
   * HOMEPAGE:
     * https://code.google.com/p/jfastlz/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of and optionally depends on 'Protocol Buffers',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of and optionally depends on 'Protocol Buffers',
 Google's data interchange format, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.protobuf.txt (New BSD License)
+    * deps/netty/LICENSE.protobuf.txt (New BSD License)
   * HOMEPAGE:
     * https://github.com/google/protobuf
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Bouncy Castle Crypto APIs' to generate
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Bouncy Castle Crypto APIs' to generate
 a temporary self-signed X.509 certificate when the JVM does not provide the
 equivalent functionality.  It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.bouncycastle.txt (MIT License)
+    * deps/netty/LICENSE.bouncycastle.txt (MIT License)
   * HOMEPAGE:
     * http://www.bouncycastle.org/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Snappy', a compression library produced
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Snappy', a compression library produced
 by Google Inc, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.snappy.txt (New BSD License)
+    * deps/netty/LICENSE.snappy.txt (New BSD License)
   * HOMEPAGE:
     * https://github.com/google/snappy
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'JBoss Marshalling', an alternative Java
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'JBoss Marshalling', an alternative Java
 serialization API, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jboss-marshalling.txt (Apache License 2.0)
+    * deps/netty/LICENSE.jboss-marshalling.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jboss-remoting/jboss-marshalling
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Caliper', Google's micro-
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Caliper', Google's micro-
 benchmarking framework, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.caliper.txt (Apache License 2.0)
+    * deps/netty/LICENSE.caliper.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/google/caliper
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Apache Commons Logging', a logging
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Apache Commons Logging', a logging
 framework, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.commons-logging.txt (Apache License 2.0)
+    * deps/netty/LICENSE.commons-logging.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://commons.apache.org/logging/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Apache Log4J', a logging framework, which
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Apache Log4J', a logging framework, which
 can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.log4j.txt (Apache License 2.0)
+    * deps/netty/LICENSE.log4j.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://logging.apache.org/log4j/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Aalto XML', an ultra-high performance
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Aalto XML', an ultra-high performance
 non-blocking XML processor, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.aalto-xml.txt (Apache License 2.0)
+    * deps/netty/LICENSE.aalto-xml.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://wiki.fasterxml.com/AaltoHome
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.hpack.txt (Apache License 2.0)
+    * deps/netty/LICENSE.hpack.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/twitter/hpack
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Cory Benfield. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.hyper-hpack.txt (MIT License)
+    * deps/netty/LICENSE.hyper-hpack.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/python-hyper/hpack/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.nghttp2-hpack.txt (MIT License)
+    * deps/netty/LICENSE.nghttp2-hpack.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/nghttp2/nghttp2/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Apache Commons Lang', a Java library
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Apache Commons Lang', a Java library
 provides utilities for the java.lang API, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.commons-lang.txt (Apache License 2.0)
+    * deps/netty/LICENSE.commons-lang.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://commons.apache.org/proper/commons-lang/
 
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the Maven wrapper scripts from 'Maven Wrapper',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the Maven wrapper scripts from 'Maven Wrapper',
 that provides an easy way to ensure a user has everything necessary to run the Maven build.
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.mvn-wrapper.txt (Apache License 2.0)
+    * deps/netty/LICENSE.mvn-wrapper.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/takari/maven-wrapper
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the dnsinfo.h header file,
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the dnsinfo.h header file,
 that provides a way to retrieve the system DNS configuration on MacOS.
 This private header is also used by Apple's open source
  mDNSResponder (https://opensource.apple.com/tarballs/mDNSResponder/).
 
  * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.dnsinfo.txt (Apache License 2.0)
+    * deps/netty/LICENSE.dnsinfo.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
 
diff --git a/bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt b/bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt
index d635e89c6e..d48f589b77 100644
--- a/bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt
+++ b/bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt
@@ -217,15 +217,15 @@ Apache Software License, Version 2.
 - lib/commons-io-commons-io-2.7.jar [8]
 - lib/commons-lang-commons-lang-2.6.jar [9]
 - lib/commons-logging-commons-logging-1.1.1.jar [10]
-- lib/io.netty-netty-buffer-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-http-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-http2-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-socks-4.1.93.Final.jar [11]
-- lib/io.netty-netty-common-4.1.93.Final.jar [11]
-- lib/io.netty-netty-handler-4.1.93.Final.jar [11]
-- lib/io.netty-netty-handler-proxy-4.1.93.Final.jar [11]
-- lib/io.netty-netty-resolver-4.1.93.Final.jar [11]
+- lib/io.netty-netty-buffer-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-http-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-http2-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-socks-4.1.94.Final.jar [11]
+- lib/io.netty-netty-common-4.1.94.Final.jar [11]
+- lib/io.netty-netty-handler-4.1.94.Final.jar [11]
+- lib/io.netty-netty-handler-proxy-4.1.94.Final.jar [11]
+- lib/io.netty-netty-resolver-4.1.94.Final.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar [11]
@@ -233,13 +233,13 @@ Apache Software License, Version 2.
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-classes-2.0.61.Final.jar [11]
-- lib/io.netty-netty-transport-4.1.93.Final.jar [11]
-- lib/io.netty-netty-transport-classes-epoll-4.1.93.Final.jar [11]
-- lib/io.netty-netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar [11]
+- lib/io.netty-netty-transport-4.1.94.Final.jar [11]
+- lib/io.netty-netty-transport-classes-epoll-4.1.94.Final.jar [11]
+- lib/io.netty-netty-transport-native-epoll-4.1.94.Final-linux-x86_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-x86_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-aarch_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-classes-io_uring-0.0.21.Final.jar [11]
-- lib/io.netty-netty-transport-native-unix-common-4.1.93.Final.jar [11]
+- lib/io.netty-netty-transport-native-unix-common-4.1.94.Final.jar [11]
 - lib/org.apache.logging.log4j-log4j-api-2.18.0.jar [16]
 - lib/org.apache.logging.log4j-log4j-core-2.18.0.jar [16]
 - lib/org.apache.logging.log4j-log4j-slf4j-impl-2.18.0.jar [16]
@@ -303,7 +303,7 @@ Apache Software License, Version 2.
 [8] Source available at https://github.com/apache/commons-io/tree/rel/commons-io-2.7
 [9] Source available at https://github.com/apache/commons-lang/tree/LANG_2_6
 [10] Source available at https://github.com/apache/commons-logging/tree/commons-logging-1.1.1
-[11] Source available at https://github.com/netty/netty/tree/netty-4.1.93.Final
+[11] Source available at https://github.com/netty/netty/tree/netty-4.1.94.Final
 [16] Source available at https://github.com/apache/logging-log4j2/tree/rel/2.18.0
 [18] Source available at https://github.com/apache/commons-collections/tree/collections-4.1
 [19] Source available at https://github.com/apache/commons-lang/tree/LANG_3_6
@@ -335,229 +335,229 @@ Apache Software License, Version 2.
 [52] Source available at https://github.com/carrotsearch/hppc/tree/0.9.1
 
 ------------------------------------------------------------------------------------
-lib/io.netty-netty-codec-4.1.93.Final.jar bundles some 3rd party dependencies
+lib/io.netty-netty-codec-4.1.94.Final.jar bundles some 3rd party dependencies
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the extensions to Java Collections Framework which has
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the extensions to Java Collections Framework which has
 been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jsr166y.txt (Public Domain)
+    * deps/netty/LICENSE.jsr166y.txt (Public Domain)
   * HOMEPAGE:
     * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
     * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of Robert Harder's Public Domain
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of Robert Harder's Public Domain
 Base64 Encoder and Decoder, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.base64.txt (Public Domain)
+    * deps/netty/LICENSE.base64.txt (Public Domain)
   * HOMEPAGE:
     * http://iharder.sourceforge.net/current/java/base64/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Webbit', an event based
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Webbit', an event based
 WebSocket and HTTP server, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.webbit.txt (BSD License)
+    * deps/netty/LICENSE.webbit.txt (BSD License)
   * HOMEPAGE:
     * https://github.com/joewalnes/webbit
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'SLF4J', a simple logging
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'SLF4J', a simple logging
 facade for Java, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.slf4j.txt (MIT License)
+    * deps/netty/LICENSE.slf4j.txt (MIT License)
   * HOMEPAGE:
     * http://www.slf4j.org/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Apache Harmony', an open source
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Apache Harmony', an open source
 Java SE, which can be obtained at:
 
   * NOTICE:
-    * deps/netty-4.1.93.Final/NOTICE.harmony.txt
+    * deps/netty/NOTICE.harmony.txt
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.harmony.txt (Apache License 2.0)
+    * deps/netty/LICENSE.harmony.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://archive.apache.org/dist/harmony/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'jbzip2', a Java bzip2 compression
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'jbzip2', a Java bzip2 compression
 and decompression library written by Matthew J. Francis. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jbzip2.txt (MIT License)
+    * deps/netty/LICENSE.jbzip2.txt (MIT License)
   * HOMEPAGE:
     * https://code.google.com/p/jbzip2/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'libdivsufsort', a C API library to construct
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'libdivsufsort', a C API library to construct
 the suffix array and the Burrows-Wheeler transformed string for any input string of
 a constant-size alphabet written by Yuta Mori. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.libdivsufsort.txt (MIT License)
+    * deps/netty/LICENSE.libdivsufsort.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/y-256/libdivsufsort
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of Nitsan Wakart's 'JCTools',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of Nitsan Wakart's 'JCTools',
 Java Concurrency Tools for the JVM, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jctools.txt (ASL2 License)
+    * deps/netty/LICENSE.jctools.txt (ASL2 License)
   * HOMEPAGE:
     * https://github.com/JCTools/JCTools
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'JZlib', a re-implementation of zlib in
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'JZlib', a re-implementation of zlib in
 pure Java, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jzlib.txt (BSD style License)
+    * deps/netty/LICENSE.jzlib.txt (BSD style License)
   * HOMEPAGE:
     * http://www.jcraft.com/jzlib/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Compress-LZF', a Java library for encoding and
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Compress-LZF', a Java library for encoding and
 decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.compress-lzf.txt (Apache License 2.0)
+    * deps/netty/LICENSE.compress-lzf.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/ning/compress
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'lz4', a LZ4 Java compression
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'lz4', a LZ4 Java compression
 and decompression library written by Adrien Grand. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.lz4.txt (Apache License 2.0)
+    * deps/netty/LICENSE.lz4.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jpountz/lz4-java
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'lzma-java', a LZMA Java compression
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'lzma-java', a LZMA Java compression
 and decompression library, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.lzma-java.txt (Apache License 2.0)
+    * deps/netty/LICENSE.lzma-java.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jponge/lzma-java
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'jfastlz', a Java port of FastLZ compression
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'jfastlz', a Java port of FastLZ compression
 and decompression library written by William Kinney. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jfastlz.txt (MIT License)
+    * deps/netty/LICENSE.jfastlz.txt (MIT License)
   * HOMEPAGE:
     * https://code.google.com/p/jfastlz/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of and optionally depends on 'Protocol Buffers',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of and optionally depends on 'Protocol Buffers',
 Google's data interchange format, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.protobuf.txt (New BSD License)
+    * deps/netty/LICENSE.protobuf.txt (New BSD License)
   * HOMEPAGE:
     * https://github.com/google/protobuf
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Bouncy Castle Crypto APIs' to generate
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Bouncy Castle Crypto APIs' to generate
 a temporary self-signed X.509 certificate when the JVM does not provide the
 equivalent functionality.  It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.bouncycastle.txt (MIT License)
+    * deps/netty/LICENSE.bouncycastle.txt (MIT License)
   * HOMEPAGE:
     * http://www.bouncycastle.org/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Snappy', a compression library produced
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Snappy', a compression library produced
 by Google Inc, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.snappy.txt (New BSD License)
+    * deps/netty/LICENSE.snappy.txt (New BSD License)
   * HOMEPAGE:
     * https://github.com/google/snappy
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'JBoss Marshalling', an alternative Java
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'JBoss Marshalling', an alternative Java
 serialization API, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jboss-marshalling.txt (Apache License 2.0)
+    * deps/netty/LICENSE.jboss-marshalling.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jboss-remoting/jboss-marshalling
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Caliper', Google's micro-
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Caliper', Google's micro-
 benchmarking framework, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.caliper.txt (Apache License 2.0)
+    * deps/netty/LICENSE.caliper.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/google/caliper
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Apache Commons Logging', a logging
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Apache Commons Logging', a logging
 framework, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.commons-logging.txt (Apache License 2.0)
+    * deps/netty/LICENSE.commons-logging.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://commons.apache.org/logging/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Apache Log4J', a logging framework, which
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Apache Log4J', a logging framework, which
 can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.log4j.txt (Apache License 2.0)
+    * deps/netty/LICENSE.log4j.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://logging.apache.org/log4j/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Aalto XML', an ultra-high performance
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Aalto XML', an ultra-high performance
 non-blocking XML processor, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.aalto-xml.txt (Apache License 2.0)
+    * deps/netty/LICENSE.aalto-xml.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://wiki.fasterxml.com/AaltoHome
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.hpack.txt (Apache License 2.0)
+    * deps/netty/LICENSE.hpack.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/twitter/hpack
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Cory Benfield. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.hyper-hpack.txt (MIT License)
+    * deps/netty/LICENSE.hyper-hpack.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/python-hyper/hpack/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.nghttp2-hpack.txt (MIT License)
+    * deps/netty/LICENSE.nghttp2-hpack.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/nghttp2/nghttp2/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Apache Commons Lang', a Java library
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Apache Commons Lang', a Java library
 provides utilities for the java.lang API, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.commons-lang.txt (Apache License 2.0)
+    * deps/netty/LICENSE.commons-lang.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://commons.apache.org/proper/commons-lang/
 
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the Maven wrapper scripts from 'Maven Wrapper',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the Maven wrapper scripts from 'Maven Wrapper',
 that provides an easy way to ensure a user has everything necessary to run the Maven build.
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.mvn-wrapper.txt (Apache License 2.0)
+    * deps/netty/LICENSE.mvn-wrapper.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/takari/maven-wrapper
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the dnsinfo.h header file,
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the dnsinfo.h header file,
 that provides a way to retrieve the system DNS configuration on MacOS.
 This private header is also used by Apple's open source
  mDNSResponder (https://opensource.apple.com/tarballs/mDNSResponder/).
 
  * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.dnsinfo.txt (Apache License 2.0)
+    * deps/netty/LICENSE.dnsinfo.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
 
diff --git a/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt b/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
index ae5e848b67..3f757a83f9 100644
--- a/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
+++ b/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
@@ -217,17 +217,17 @@ Apache Software License, Version 2.
 - lib/commons-io-commons-io-2.7.jar [8]
 - lib/commons-lang-commons-lang-2.6.jar [9]
 - lib/commons-logging-commons-logging-1.1.1.jar [10]
-- lib/io.netty-netty-buffer-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-dns-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-http-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-http2-4.1.93.Final.jar [11]
-- lib/io.netty-netty-codec-socks-4.1.93.Final.jar [11]
-- lib/io.netty-netty-common-4.1.93.Final.jar [11]
-- lib/io.netty-netty-handler-4.1.93.Final.jar [11]
-- lib/io.netty-netty-handler-proxy-4.1.93.Final.jar [11]
-- lib/io.netty-netty-resolver-4.1.93.Final.jar [11]
-- lib/io.netty-netty-resolver-dns-4.1.93.Final.jar [11]
+- lib/io.netty-netty-buffer-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-dns-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-http-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-http2-4.1.94.Final.jar [11]
+- lib/io.netty-netty-codec-socks-4.1.94.Final.jar [11]
+- lib/io.netty-netty-common-4.1.94.Final.jar [11]
+- lib/io.netty-netty-handler-4.1.94.Final.jar [11]
+- lib/io.netty-netty-handler-proxy-4.1.94.Final.jar [11]
+- lib/io.netty-netty-resolver-4.1.94.Final.jar [11]
+- lib/io.netty-netty-resolver-dns-4.1.94.Final.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar [11]
@@ -235,13 +235,13 @@ Apache Software License, Version 2.
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-classes-2.0.61.Final.jar [11]
-- lib/io.netty-netty-transport-4.1.93.Final.jar [11]
-- lib/io.netty-netty-transport-classes-epoll-4.1.93.Final.jar [11]
-- lib/io.netty-netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar [11]
+- lib/io.netty-netty-transport-4.1.94.Final.jar [11]
+- lib/io.netty-netty-transport-classes-epoll-4.1.94.Final.jar [11]
+- lib/io.netty-netty-transport-native-epoll-4.1.94.Final-linux-x86_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-x86_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-aarch_64.jar [11]
 - lib/io.netty.incubator-netty-incubator-transport-classes-io_uring-0.0.21.Final.jar [11]
-- lib/io.netty-netty-transport-native-unix-common-4.1.93.Final.jar [11]
+- lib/io.netty-netty-transport-native-unix-common-4.1.94.Final.jar [11]
 - lib/io.prometheus-simpleclient-0.15.0.jar [12]
 - lib/io.prometheus-simpleclient_common-0.15.0.jar [12]
 - lib/io.prometheus-simpleclient_hotspot-0.15.0.jar [12]
@@ -328,7 +328,7 @@ Apache Software License, Version 2.
 [8] Source available at https://github.com/apache/commons-io/tree/rel/commons-io-2.7
 [9] Source available at https://github.com/apache/commons-lang/tree/LANG_2_6
 [10] Source available at https://github.com/apache/commons-logging/tree/commons-logging-1.1.1
-[11] Source available at https://github.com/netty/netty/tree/netty-4.1.93.Final
+[11] Source available at https://github.com/netty/netty/tree/netty-4.1.94.Final
 [12] Source available at https://github.com/prometheus/client_java/tree/parent-0.15.0
 [13] Source available at https://github.com/vert-x3/vertx-auth/tree/4.3.2
 [14] Source available at https://github.com/vert-x3/vertx-bridge-common/tree/4.3.2
@@ -368,229 +368,229 @@ Apache Software License, Version 2.
 [52] Source available at https://github.com/carrotsearch/hppc/tree/0.9.1
 
 ------------------------------------------------------------------------------------
-lib/io.netty-netty-codec-4.1.93.Final.jar bundles some 3rd party dependencies
+lib/io.netty-netty-codec-4.1.94.Final.jar bundles some 3rd party dependencies
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the extensions to Java Collections Framework which has
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the extensions to Java Collections Framework which has
 been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jsr166y.txt (Public Domain)
+    * deps/netty/LICENSE.jsr166y.txt (Public Domain)
   * HOMEPAGE:
     * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
     * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of Robert Harder's Public Domain
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of Robert Harder's Public Domain
 Base64 Encoder and Decoder, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.base64.txt (Public Domain)
+    * deps/netty/LICENSE.base64.txt (Public Domain)
   * HOMEPAGE:
     * http://iharder.sourceforge.net/current/java/base64/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Webbit', an event based
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Webbit', an event based
 WebSocket and HTTP server, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.webbit.txt (BSD License)
+    * deps/netty/LICENSE.webbit.txt (BSD License)
   * HOMEPAGE:
     * https://github.com/joewalnes/webbit
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'SLF4J', a simple logging
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'SLF4J', a simple logging
 facade for Java, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.slf4j.txt (MIT License)
+    * deps/netty/LICENSE.slf4j.txt (MIT License)
   * HOMEPAGE:
     * http://www.slf4j.org/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Apache Harmony', an open source
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Apache Harmony', an open source
 Java SE, which can be obtained at:
 
   * NOTICE:
-    * deps/netty-4.1.93.Final/NOTICE.harmony.txt
+    * deps/netty/NOTICE.harmony.txt
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.harmony.txt (Apache License 2.0)
+    * deps/netty/LICENSE.harmony.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://archive.apache.org/dist/harmony/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'jbzip2', a Java bzip2 compression
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'jbzip2', a Java bzip2 compression
 and decompression library written by Matthew J. Francis. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jbzip2.txt (MIT License)
+    * deps/netty/LICENSE.jbzip2.txt (MIT License)
   * HOMEPAGE:
     * https://code.google.com/p/jbzip2/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'libdivsufsort', a C API library to construct
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'libdivsufsort', a C API library to construct
 the suffix array and the Burrows-Wheeler transformed string for any input string of
 a constant-size alphabet written by Yuta Mori. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.libdivsufsort.txt (MIT License)
+    * deps/netty/LICENSE.libdivsufsort.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/y-256/libdivsufsort
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of Nitsan Wakart's 'JCTools',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of Nitsan Wakart's 'JCTools',
 Java Concurrency Tools for the JVM, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jctools.txt (ASL2 License)
+    * deps/netty/LICENSE.jctools.txt (ASL2 License)
   * HOMEPAGE:
     * https://github.com/JCTools/JCTools
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'JZlib', a re-implementation of zlib in
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'JZlib', a re-implementation of zlib in
 pure Java, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jzlib.txt (BSD style License)
+    * deps/netty/LICENSE.jzlib.txt (BSD style License)
   * HOMEPAGE:
     * http://www.jcraft.com/jzlib/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Compress-LZF', a Java library for encoding and
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Compress-LZF', a Java library for encoding and
 decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.compress-lzf.txt (Apache License 2.0)
+    * deps/netty/LICENSE.compress-lzf.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/ning/compress
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'lz4', a LZ4 Java compression
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'lz4', a LZ4 Java compression
 and decompression library written by Adrien Grand. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.lz4.txt (Apache License 2.0)
+    * deps/netty/LICENSE.lz4.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jpountz/lz4-java
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'lzma-java', a LZMA Java compression
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'lzma-java', a LZMA Java compression
 and decompression library, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.lzma-java.txt (Apache License 2.0)
+    * deps/netty/LICENSE.lzma-java.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jponge/lzma-java
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'jfastlz', a Java port of FastLZ compression
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'jfastlz', a Java port of FastLZ compression
 and decompression library written by William Kinney. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jfastlz.txt (MIT License)
+    * deps/netty/LICENSE.jfastlz.txt (MIT License)
   * HOMEPAGE:
     * https://code.google.com/p/jfastlz/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of and optionally depends on 'Protocol Buffers',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of and optionally depends on 'Protocol Buffers',
 Google's data interchange format, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.protobuf.txt (New BSD License)
+    * deps/netty/LICENSE.protobuf.txt (New BSD License)
   * HOMEPAGE:
     * https://github.com/google/protobuf
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Bouncy Castle Crypto APIs' to generate
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Bouncy Castle Crypto APIs' to generate
 a temporary self-signed X.509 certificate when the JVM does not provide the
 equivalent functionality.  It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.bouncycastle.txt (MIT License)
+    * deps/netty/LICENSE.bouncycastle.txt (MIT License)
   * HOMEPAGE:
     * http://www.bouncycastle.org/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Snappy', a compression library produced
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Snappy', a compression library produced
 by Google Inc, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.snappy.txt (New BSD License)
+    * deps/netty/LICENSE.snappy.txt (New BSD License)
   * HOMEPAGE:
     * https://github.com/google/snappy
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'JBoss Marshalling', an alternative Java
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'JBoss Marshalling', an alternative Java
 serialization API, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.jboss-marshalling.txt (Apache License 2.0)
+    * deps/netty/LICENSE.jboss-marshalling.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/jboss-remoting/jboss-marshalling
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Caliper', Google's micro-
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Caliper', Google's micro-
 benchmarking framework, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.caliper.txt (Apache License 2.0)
+    * deps/netty/LICENSE.caliper.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/google/caliper
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Apache Commons Logging', a logging
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Apache Commons Logging', a logging
 framework, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.commons-logging.txt (Apache License 2.0)
+    * deps/netty/LICENSE.commons-logging.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://commons.apache.org/logging/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Apache Log4J', a logging framework, which
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Apache Log4J', a logging framework, which
 can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.log4j.txt (Apache License 2.0)
+    * deps/netty/LICENSE.log4j.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://logging.apache.org/log4j/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar optionally depends on 'Aalto XML', an ultra-high performance
+lib/io.netty-netty-codec-4.1.94.Final.jar optionally depends on 'Aalto XML', an ultra-high performance
 non-blocking XML processor, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.aalto-xml.txt (Apache License 2.0)
+    * deps/netty/LICENSE.aalto-xml.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://wiki.fasterxml.com/AaltoHome
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.hpack.txt (Apache License 2.0)
+    * deps/netty/LICENSE.hpack.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/twitter/hpack
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Cory Benfield. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.hyper-hpack.txt (MIT License)
+    * deps/netty/LICENSE.hyper-hpack.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/python-hyper/hpack/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified version of 'HPACK', a Java implementation of
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified version of 'HPACK', a Java implementation of
 the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.nghttp2-hpack.txt (MIT License)
+    * deps/netty/LICENSE.nghttp2-hpack.txt (MIT License)
   * HOMEPAGE:
     * https://github.com/nghttp2/nghttp2/
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains a modified portion of 'Apache Commons Lang', a Java library
+lib/io.netty-netty-codec-4.1.94.Final.jar contains a modified portion of 'Apache Commons Lang', a Java library
 provides utilities for the java.lang API, which can be obtained at:
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.commons-lang.txt (Apache License 2.0)
+    * deps/netty/LICENSE.commons-lang.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://commons.apache.org/proper/commons-lang/
 
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the Maven wrapper scripts from 'Maven Wrapper',
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the Maven wrapper scripts from 'Maven Wrapper',
 that provides an easy way to ensure a user has everything necessary to run the Maven build.
 
   * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.mvn-wrapper.txt (Apache License 2.0)
+    * deps/netty/LICENSE.mvn-wrapper.txt (Apache License 2.0)
   * HOMEPAGE:
     * https://github.com/takari/maven-wrapper
 
-lib/io.netty-netty-codec-4.1.93.Final.jar contains the dnsinfo.h header file,
+lib/io.netty-netty-codec-4.1.94.Final.jar contains the dnsinfo.h header file,
 that provides a way to retrieve the system DNS configuration on MacOS.
 This private header is also used by Apple's open source
  mDNSResponder (https://opensource.apple.com/tarballs/mDNSResponder/).
 
  * LICENSE:
-    * deps/netty-4.1.93.Final/LICENSE.dnsinfo.txt (Apache License 2.0)
+    * deps/netty/LICENSE.dnsinfo.txt (Apache License 2.0)
   * HOMEPAGE:
     * http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
 
diff --git a/bookkeeper-dist/src/main/resources/NOTICE-all.bin.txt b/bookkeeper-dist/src/main/resources/NOTICE-all.bin.txt
index 668f47495e..4b82428052 100644
--- a/bookkeeper-dist/src/main/resources/NOTICE-all.bin.txt
+++ b/bookkeeper-dist/src/main/resources/NOTICE-all.bin.txt
@@ -23,17 +23,17 @@ LongAdder), which was released with the following comments:
     http://creativecommons.org/publicdomain/zero/1.0/
 
 ------------------------------------------------------------------------------------
-- lib/io.netty-netty-buffer-4.1.93.Final.jar
-- lib/io.netty-netty-codec-4.1.93.Final.jar
-- lib/io.netty-netty-codec-dns-4.1.93.Final.jar
-- lib/io.netty-netty-codec-http-4.1.93.Final.jar
-- lib/io.netty-netty-codec-http2-4.1.93.Final.jar
-- lib/io.netty-netty-codec-socks-4.1.93.Final.jar
-- lib/io.netty-netty-common-4.1.93.Final.jar
-- lib/io.netty-netty-handler-4.1.93.Final.jar
-- lib/io.netty-netty-handler-proxy-4.1.93.Final.jar
-- lib/io.netty-netty-resolver-4.1.93.Final.jar
-- lib/io.netty-netty-resolver-dns-4.1.93.Final.jar
+- lib/io.netty-netty-buffer-4.1.94.Final.jar
+- lib/io.netty-netty-codec-4.1.94.Final.jar
+- lib/io.netty-netty-codec-dns-4.1.94.Final.jar
+- lib/io.netty-netty-codec-http-4.1.94.Final.jar
+- lib/io.netty-netty-codec-http2-4.1.94.Final.jar
+- lib/io.netty-netty-codec-socks-4.1.94.Final.jar
+- lib/io.netty-netty-common-4.1.94.Final.jar
+- lib/io.netty-netty-handler-4.1.94.Final.jar
+- lib/io.netty-netty-handler-proxy-4.1.94.Final.jar
+- lib/io.netty-netty-resolver-4.1.94.Final.jar
+- lib/io.netty-netty-resolver-dns-4.1.94.Final.jar
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final.jar
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar [11]
@@ -41,12 +41,12 @@ LongAdder), which was released with the following comments:
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-classes-2.0.61.Final.jar
-- lib/io.netty-netty-transport-4.1.93.Final.jar
-- lib/io.netty-netty-transport-classes-epoll-4.1.93.Final.jar
-- lib/io.netty-netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar
+- lib/io.netty-netty-transport-4.1.94.Final.jar
+- lib/io.netty-netty-transport-classes-epoll-4.1.94.Final.jar
+- lib/io.netty-netty-transport-native-epoll-4.1.94.Final-linux-x86_64.jar
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-x86_64.jar
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-aarch_64.jar
-- lib/io.netty-netty-transport-native-unix-common-4.1.93.Final.jar
+- lib/io.netty-netty-transport-native-unix-common-4.1.94.Final.jar
 
 
                             The Netty Project
diff --git a/bookkeeper-dist/src/main/resources/NOTICE-bkctl.bin.txt b/bookkeeper-dist/src/main/resources/NOTICE-bkctl.bin.txt
index ee19aca7a5..99c563a0ae 100644
--- a/bookkeeper-dist/src/main/resources/NOTICE-bkctl.bin.txt
+++ b/bookkeeper-dist/src/main/resources/NOTICE-bkctl.bin.txt
@@ -5,15 +5,15 @@ This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
 ------------------------------------------------------------------------------------
-- lib/io.netty-netty-buffer-4.1.93.Final.jar
-- lib/io.netty-netty-codec-4.1.93.Final.jar
-- lib/io.netty-netty-codec-http-4.1.93.Final.jar
-- lib/io.netty-netty-codec-http2-4.1.93.Final.jar
-- lib/io.netty-netty-codec-socks-4.1.93.Final.jar
-- lib/io.netty-netty-common-4.1.93.Final.jar
-- lib/io.netty-netty-handler-4.1.93.Final.jar
-- lib/io.netty-netty-handler-proxy-4.1.93.Final.jar
-- lib/io.netty-netty-resolver-4.1.93.Final.jar
+- lib/io.netty-netty-buffer-4.1.94.Final.jar
+- lib/io.netty-netty-codec-4.1.94.Final.jar
+- lib/io.netty-netty-codec-http-4.1.94.Final.jar
+- lib/io.netty-netty-codec-http2-4.1.94.Final.jar
+- lib/io.netty-netty-codec-socks-4.1.94.Final.jar
+- lib/io.netty-netty-common-4.1.94.Final.jar
+- lib/io.netty-netty-handler-4.1.94.Final.jar
+- lib/io.netty-netty-handler-proxy-4.1.94.Final.jar
+- lib/io.netty-netty-resolver-4.1.94.Final.jar
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final.jar
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar [11]
@@ -21,12 +21,12 @@ The Apache Software Foundation (http://www.apache.org/).
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-classes-2.0.61.Final.jar
-- lib/io.netty-netty-transport-4.1.93.Final.jar
-- lib/io.netty-netty-transport-classes-epoll-4.1.93.Final.jar
-- lib/io.netty-netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar
+- lib/io.netty-netty-transport-4.1.94.Final.jar
+- lib/io.netty-netty-transport-classes-epoll-4.1.94.Final.jar
+- lib/io.netty-netty-transport-native-epoll-4.1.94.Final-linux-x86_64.jar
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-x86_64.jar
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-aarch_64.jar
-- lib/io.netty-netty-transport-native-unix-common-4.1.93.Final.jar
+- lib/io.netty-netty-transport-native-unix-common-4.1.94.Final.jar
 
 
                             The Netty Project
diff --git a/bookkeeper-dist/src/main/resources/NOTICE-server.bin.txt b/bookkeeper-dist/src/main/resources/NOTICE-server.bin.txt
index 028ae6eb2a..b061617e6b 100644
--- a/bookkeeper-dist/src/main/resources/NOTICE-server.bin.txt
+++ b/bookkeeper-dist/src/main/resources/NOTICE-server.bin.txt
@@ -5,17 +5,17 @@ This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
 ------------------------------------------------------------------------------------
-- lib/io.netty-netty-buffer-4.1.93.Final.jar
-- lib/io.netty-netty-codec-4.1.93.Final.jar
-- lib/io.netty-netty-codec-dns-4.1.93.Final.jar
-- lib/io.netty-netty-codec-http-4.1.93.Final.jar
-- lib/io.netty-netty-codec-http2-4.1.93.Final.jar
-- lib/io.netty-netty-codec-socks-4.1.93.Final.jar
-- lib/io.netty-netty-common-4.1.93.Final.jar
-- lib/io.netty-netty-handler-4.1.93.Final.jar
-- lib/io.netty-netty-handler-proxy-4.1.93.Final.jar
-- lib/io.netty-netty-resolver-4.1.93.Final.jar
-- lib/io.netty-netty-resolver-dns-4.1.93.Final.jar
+- lib/io.netty-netty-buffer-4.1.94.Final.jar
+- lib/io.netty-netty-codec-4.1.94.Final.jar
+- lib/io.netty-netty-codec-dns-4.1.94.Final.jar
+- lib/io.netty-netty-codec-http-4.1.94.Final.jar
+- lib/io.netty-netty-codec-http2-4.1.94.Final.jar
+- lib/io.netty-netty-codec-socks-4.1.94.Final.jar
+- lib/io.netty-netty-common-4.1.94.Final.jar
+- lib/io.netty-netty-handler-4.1.94.Final.jar
+- lib/io.netty-netty-handler-proxy-4.1.94.Final.jar
+- lib/io.netty-netty-resolver-4.1.94.Final.jar
+- lib/io.netty-netty-resolver-dns-4.1.94.Final.jar
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final.jar
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar [11]
@@ -23,12 +23,12 @@ The Apache Software Foundation (http://www.apache.org/).
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar [11]
 - lib/io.netty-netty-tcnative-classes-2.0.61.Final.jar
-- lib/io.netty-netty-transport-4.1.93.Final.jar
-- lib/io.netty-netty-transport-classes-epoll-4.1.93.Final.jar
-- lib/io.netty-netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar
+- lib/io.netty-netty-transport-4.1.94.Final.jar
+- lib/io.netty-netty-transport-classes-epoll-4.1.94.Final.jar
+- lib/io.netty-netty-transport-native-epoll-4.1.94.Final-linux-x86_64.jar
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-x86_64.jar
 - lib/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.21.Final-linux-aarch_64.jar
-- lib/io.netty-netty-transport-native-unix-common-4.1.93.Final.jar
+- lib/io.netty-netty-transport-native-unix-common-4.1.94.Final.jar
 
 
                             The Netty Project
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.aalto-xml.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.aalto-xml.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.aalto-xml.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.aalto-xml.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.base64.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.base64.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.base64.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.base64.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.bouncycastle.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.bouncycastle.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.bouncycastle.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.bouncycastle.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.caliper.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.caliper.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.caliper.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.caliper.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.commons-lang.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.commons-lang.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.commons-lang.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.commons-lang.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.commons-logging.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.commons-logging.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.commons-logging.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.commons-logging.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.compress-lzf.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.compress-lzf.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.compress-lzf.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.compress-lzf.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.dnsinfo.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.dnsinfo.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.dnsinfo.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.dnsinfo.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.harmony.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.harmony.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.harmony.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.harmony.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.hpack.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.hpack.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.hpack.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.hpack.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.hyper-hpack.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.hyper-hpack.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.hyper-hpack.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.hyper-hpack.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jboss-marshalling.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jboss-marshalling.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jboss-marshalling.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jboss-marshalling.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jbzip2.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jbzip2.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jbzip2.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jbzip2.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jctools.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jctools.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jctools.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jctools.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jfastlz.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jfastlz.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jfastlz.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jfastlz.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jsr166y.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jsr166y.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jsr166y.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jsr166y.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jzlib.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jzlib.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.jzlib.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.jzlib.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.libdivsufsort.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.libdivsufsort.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.libdivsufsort.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.libdivsufsort.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.log4j.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.log4j.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.log4j.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.log4j.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.lz4.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.lz4.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.lz4.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.lz4.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.lzma-java.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.lzma-java.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.lzma-java.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.lzma-java.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.mvn-wrapper.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.mvn-wrapper.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.mvn-wrapper.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.mvn-wrapper.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.nghttp2-hpack.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.nghttp2-hpack.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.nghttp2-hpack.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.nghttp2-hpack.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.protobuf.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.protobuf.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.protobuf.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.protobuf.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.slf4j.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.slf4j.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.slf4j.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.slf4j.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.snappy.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.snappy.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.snappy.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.snappy.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.webbit.txt b/bookkeeper-dist/src/main/resources/deps/netty/LICENSE.webbit.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/LICENSE.webbit.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/LICENSE.webbit.txt
diff --git a/bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/NOTICE.harmony.txt b/bookkeeper-dist/src/main/resources/deps/netty/NOTICE.harmony.txt
similarity index 100%
rename from bookkeeper-dist/src/main/resources/deps/netty-4.1.93.Final/NOTICE.harmony.txt
rename to bookkeeper-dist/src/main/resources/deps/netty/NOTICE.harmony.txt
diff --git a/pom.xml b/pom.xml
index 853f03bc10..f7a4bdda8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
     <log4j.version>2.18.0</log4j.version>
     <lz4.version>1.3.0</lz4.version>
     <mockito.version>3.12.4</mockito.version>
-    <netty.version>4.1.93.Final</netty.version>
+    <netty.version>4.1.94.Final</netty.version>
     <netty-boringssl.version>2.0.61.Final</netty-boringssl.version>
     <netty-iouring.version>0.0.21.Final</netty-iouring.version>
     <ostrich.version>9.1.3</ostrich.version>