diff --git a/common/pom.xml b/common/pom.xml index 74586e5b1e8..a9e0467367f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -242,7 +242,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} com.github.joshelser diff --git a/hcatalog/core/pom.xml b/hcatalog/core/pom.xml index 920547e897b..93e92271b08 100644 --- a/hcatalog/core/pom.xml +++ b/hcatalog/core/pom.xml @@ -100,7 +100,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} org.apache.hadoop diff --git a/hcatalog/server-extensions/pom.xml b/hcatalog/server-extensions/pom.xml index a6807fbc31e..d8a7dea7db6 100644 --- a/hcatalog/server-extensions/pom.xml +++ b/hcatalog/server-extensions/pom.xml @@ -64,7 +64,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} org.apache.hadoop diff --git a/hcatalog/webhcat/svr/pom.xml b/hcatalog/webhcat/svr/pom.xml index 25703c5e83b..b8edecbd1f9 100644 --- a/hcatalog/webhcat/svr/pom.xml +++ b/hcatalog/webhcat/svr/pom.xml @@ -134,7 +134,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} org.slf4j diff --git a/itests/qtest-druid/pom.xml b/itests/qtest-druid/pom.xml index 96954866335..846608e6671 100644 --- a/itests/qtest-druid/pom.xml +++ b/itests/qtest-druid/pom.xml @@ -207,7 +207,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} org.apache.hadoop diff --git a/pom.xml b/pom.xml index 2e1e9bbeb00..52622fc60cf 100644 --- a/pom.xml +++ b/pom.xml @@ -167,6 +167,7 @@ 4.4.10 2.4.0 2.9.9 + 2.9.10.4 2.3.4 2.3.1 0.3.2 @@ -630,7 +631,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} com.fasterxml.jackson.module diff --git a/ql/pom.xml b/ql/pom.xml index e08439269f9..ca88f001e96 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -355,7 +355,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} org.datanucleus diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 9b57c5925e2..136ee902111 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 @@ -124,7 +124,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} com.github.joshelser 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