diff --git a/pom.xml b/pom.xml
index 0d9fb17e16fd..527629e1a2e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
1.10
1.1
2.16.1
- 3.14.0
+ 3.20.0
3.6.1
2.12.0
1.10.0
@@ -749,6 +749,11 @@
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
org.apache.curator
curator-client
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 8c9f5256f91e..511a2d6be48b 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -67,7 +67,7 @@
2.0.0-M24
11.1.0
4.4
- 3.14.0
+ 3.20.0
2.12.0
2.0.0
6.0.3
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 3627fc9cf270..261e45574c90 100644
--- a/storage-api/pom.xml
+++ b/storage-api/pom.xml
@@ -27,6 +27,7 @@
2008
11.1.0
+ 3.20.0
21
21
4.1.127.Final
@@ -59,6 +60,12 @@
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+ provided
+
org.apache.hadoop