From 400f2e4a5c352b9c4582f841d056fe3bba354ce3 Mon Sep 17 00:00:00 2001 From: "lalena.aria" Date: Thu, 27 Feb 2020 15:54:19 +0000 Subject: Update CCSDK standalone parent pom Changes made: Update standalone parent pom fasterxml.jackson.version to 2.10.0 to address security vulnerability. Issue-ID: CCSDK-1810 Change-Id: Ie8601cd7e724fafb343bdcd4b80e058c9548f580 Signed-off-by: lalena.aria --- standalone/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'standalone/pom.xml') diff --git a/standalone/pom.xml b/standalone/pom.xml index 09582dc1..9d2e9cfd 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -57,8 +57,7 @@ 2.1.1 - 2.9.8 - 2.9.9.3 + 2.10.0 2.0 1.1.5 @@ -106,7 +105,7 @@ com.fasterxml.jackson.core jackson-databind - ${fasterxml.jackson.databind.version} + ${fasterxml.jackson.version} com.fasterxml.jackson.core -- cgit 1.2.3-korg