diff --git a/pom.xml b/pom.xml
index a2dc8d37c01e..8defd6d39264 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
2.2.0
2.18.0
32.1.0-jre
- 2.11.0
+ 2.15.4
2.8
1.11.3
1.23.0
@@ -211,7 +211,7 @@
netty-handler
4.1.107.Final
-
+
com.facebook.presto
presto-testing-docker
@@ -797,6 +797,36 @@
${dep.jackson.version}
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${dep.jackson.version}
+
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${dep.jackson.version}
+
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-smile
+ ${dep.jackson.version}
+
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-yaml
+ ${dep.jackson.version}
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${dep.jackson.version}
+
+
com.jayway.jsonpath
json-path
@@ -1782,6 +1812,10 @@
joda-time
joda-time
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
@@ -2366,6 +2400,14 @@
org.apache.maven.plugins
maven-enforcer-plugin
+ 3.3.0
+
+
+ org.codehaus.mojo
+ extra-enforcer-rules
+ 1.6.2
+
+
@@ -2427,6 +2469,26 @@
0.5.1
+
+ org.basepom.maven
+ duplicate-finder-maven-plugin
+ 1.2.1
+
+
+
+ check
+
+ verify
+
+
+
+
+ module-info
+ META-INF.versions.9.module-info
+
+
+
+
diff --git a/presto-bigquery/pom.xml b/presto-bigquery/pom.xml
index 2af6770914fe..7c09837be414 100644
--- a/presto-bigquery/pom.xml
+++ b/presto-bigquery/pom.xml
@@ -358,6 +358,7 @@
com.fasterxml.jackson.core:jackson-core
javax.annotation:javax.annotation-api
com.fasterxml.jackson.core:jackson-databind
+ com.google.api.grpc:proto-google-common-protos
diff --git a/presto-hive/pom.xml b/presto-hive/pom.xml
index 8a756083122a..02db002034e6 100644
--- a/presto-hive/pom.xml
+++ b/presto-hive/pom.xml
@@ -258,6 +258,7 @@
com.fasterxml.jackson.core
jackson-databind
+ 2.14.3
diff --git a/presto-hudi/pom.xml b/presto-hudi/pom.xml
index a8206b4fdd5b..4cc363a9f6e4 100644
--- a/presto-hudi/pom.xml
+++ b/presto-hudi/pom.xml
@@ -217,7 +217,6 @@
com.fasterxml.jackson.core
jackson-annotations
- 2.10.2
provided
diff --git a/presto-iceberg/pom.xml b/presto-iceberg/pom.xml
index 9287d6640631..7372a8956f93 100644
--- a/presto-iceberg/pom.xml
+++ b/presto-iceberg/pom.xml
@@ -459,7 +459,6 @@
com.fasterxml.jackson.core
jackson-annotations
- 2.10.2
provided