diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 9b57c5925e2..9f6841c645d 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -83,7 +83,7 @@
19.0
3.1.0
2.6.1
- 2.9.9
+ 2.9.10.4
5.5.1
4.11
0.9.3
diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml
index 24de8f4d580..b637dfbdca8 100644
--- a/testutils/ptest2/pom.xml
+++ b/testutils/ptest2/pom.xml
@@ -32,6 +32,7 @@ limitations under the License.
${basedir}/../../checkstyle/
2.12.1
2.9.9
+ 2.9.10.4
@@ -128,7 +129,7 @@ limitations under the License.
com.fasterxml.jackson.core
jackson-databind
- ${jackson.version}
+ ${jackson.databind.version}
org.slf4j
diff --git a/upgrade-acid/pre-upgrade/pom.xml b/upgrade-acid/pre-upgrade/pom.xml
index 2614241d536..a8f4f05be0d 100644
--- a/upgrade-acid/pre-upgrade/pom.xml
+++ b/upgrade-acid/pre-upgrade/pom.xml
@@ -79,6 +79,10 @@
org.apache.curator
curator-framework
+
+ com.fasterxml.jackson.core
+ jackson-databind
+