Upgraded Netty version to 4.1.66.Final
diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index 447ec94..ca57317 100644
--- a/sshd-netty/pom.xml
+++ b/sshd-netty/pom.xml
@@ -40,7 +40,7 @@
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-bom</artifactId>
-                <version>4.1.65.Final</version>
+                <version>4.1.66.Final</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>