PROTON-2565 Update netty and tcntaive

Netty moves to 4.1.78.Final
tcnative to 2.0.53.Final
diff --git a/pom.xml b/pom.xml
index fb12f89..36ffa50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@
     <proton.version>0.33.10</proton.version>
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <netty.version>4.1.77.Final</netty.version>
+    <netty.version>4.1.78.Final</netty.version>
     <netty.iouring.version>0.0.14.Final</netty.iouring.version>
-    <netty.tcnative.version>2.0.52.Final</netty.tcnative.version>
+    <netty.tcnative.version>2.0.53.Final</netty.tcnative.version>
 
     <!-- Plugin versions -->
     <maven.bundle.plugin.version>5.1.1</maven.bundle.plugin.version>