From a971f1b818693e0a536623c89c3ddeaccbf58074 Mon Sep 17 00:00:00 2001 From: Sandor Molnar Date: Fri, 23 Feb 2018 13:45:17 +0100 Subject: [PATCH] AMBARI-23064. Upgrading jackson-databind (plus jackson-annotations and jackson-core) to 2.9.4 due to security concerns --- ambari-project/pom.xml | 11 +++++++++++ ambari-server/pom.xml | 11 ++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index b2e2c83ef02..30dcb4f6560 100644 --- a/ambari-project/pom.xml +++ b/ambari-project/pom.xml @@ -32,6 +32,7 @@ 8.1.19.v20160209 6.19 false + 2.9.4 4 false -Xmx1024m -XX:MaxPermSize=512m -Xms512m @@ -487,6 +488,16 @@ checkstyle ${checkstyle.version} + + com.fasterxml.jackson.core + jackson-annotations + ${fasterxml.jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${fasterxml.jackson.version} + diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index b8ed2955fa8..454f8d40f39 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -1446,7 +1446,10 @@ com.fasterxml.jackson.core jackson-annotations - 2.8.0 + + + com.fasterxml.jackson.core + jackson-databind net.sf.ehcache @@ -1539,6 +1542,12 @@ json-schema-validator 0.1.10 test + + + com.fasterxml.jackson.core + jackson-databind + +