From ff86f98e38f3df388ff3dfa3b3bd995707d05b9b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sun, 21 Jun 2020 21:52:55 +0100 Subject: Remove apex-pdp Jackson security issue We should use the managed version of jackson from policy-parent rather than a specific apex-pdp version. Also upgrade the version of Avro, avro 1.9.2 uses a newer somewhat more secure version of Jackson. Issue-ID: POLICY-1508 Change-Id: If32218816ae76cf3cf6ddc8980e3a37e7e2ffd19 Signed-off-by: liamfallon --- .../plugins-context-schema/plugins-context-schema-avro/pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml index e1a6aac5f..775b620a6 100644 --- a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml +++ b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml @@ -1,19 +1,20 @@ @@ -33,7 +34,7 @@ org.apache.avro avro - 1.9.0 + 1.9.2 org.apache.commons -- cgit 1.2.3-korg