diff --git a/pom.xml b/pom.xml
index 0b6e318a1dd3..94a4faa34320 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
5.17.0
5.2.0
2.0.0-M5
- 4.1.116.Final
+ 4.1.127.Final
3.10.5.Final
4.5.8
@@ -444,6 +444,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 7ae7e8200c27..607f1cf641a0 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -101,6 +101,7 @@
${env.PROTOC_PATH}
1.72.0
1.9.0
+ 4.1.127.Final
3.25.0
4.0.4
@@ -134,6 +135,27 @@
+
+ io.netty
+ netty-all
+ ${netty.version}
+
+
+ io.netty
+ netty-handler
+ ${netty.version}
+
+
+ io.netty
+ netty-transport-native-epoll
+ ${netty.version}
+
+
+ io.netty
+ netty-transport-native-epoll
+ ${netty.version}
+ linux-x86_64
+
org.apache.orc
orc-core
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 1868ea4006f4..e659f5d2c039 100644
--- a/storage-api/pom.xml
+++ b/storage-api/pom.xml
@@ -28,6 +28,7 @@
21
21
+ 4.1.127.Final
22.0
3.4.1
4.13.2
@@ -42,6 +43,20 @@
3.5.3
2025-01-01T00:00:00Z
+
+
+
+ io.netty
+ netty-handler
+ ${netty.version}
+
+
+ io.netty
+ netty-transport-native-epoll
+ ${netty.version}
+
+
+