diff --git a/pom.xml b/pom.xml
index fea82f734b97..578fb1ba9e25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
3.4.4
4.11.0
2.0.0-M5
- 4.1.116.Final
+ 4.1.119.Final
3.10.5.Final
4.5.8
@@ -430,6 +430,16 @@
netty-all
${netty.version}
+
+ io.netty
+ netty-handler
+ ${netty.version}
+
+
+ io.netty
+ netty-transport-native-epoll
+ ${netty.version}
+
jakarta.jms
jakarta.jms-api
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index ae8331642b7e..b89fcf6506d0 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -92,6 +92,7 @@
0.16.0
2.24.3
3.4.4
+ 4.1.119.Final
1.9.4
3.25.5
1.51.0
@@ -173,6 +174,21 @@
metrics-json
${dropwizard.version}
+
+ io.netty
+ netty-all
+ ${netty.version}
+
+
+ io.netty
+ netty-handler
+ ${netty.version}
+
+
+ io.netty
+ netty-transport-native-epoll
+ ${netty.version}
+
javolution
javolution