From d9d63223fa96cec0ffc0d08b1c7a0e009b30bd7d Mon Sep 17 00:00:00 2001 From: silpidhua Date: Thu, 2 Jun 2022 21:08:42 +0530 Subject: [PATCH] Upgrade version of jackson_databind and commons_codec as per twistlock (#308) scan report Co-authored-by: Silpi Dhua --- pom.xml | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2056f89b..9897fefd 100644 --- a/pom.xml +++ b/pom.xml @@ -65,11 +65,11 @@ 3.2.3 4.13.1 1.9.13 - 4.4.11 + 4.4.14 5.0.3 2.0.2 2.28.2 - 1.11.596 + 1.11.1034 30.0-jre @@ -91,6 +91,14 @@ ${hadoop.version} provided + + commons-codec + commons-codec + + + com.fasterxml.jackson.core + jackson-databind + javax.servlet * @@ -142,6 +150,10 @@ javax.servlet * + + com.fasterxml.jackson.core + jackson-databind + @@ -151,6 +163,14 @@ test-jar ${hadoop.version} + + commons-codec + commons-codec + + + com.fasterxml.jackson.core + jackson-databind + javax.servlet * @@ -208,6 +228,17 @@ httpcore ${httpcomponents.httpcore.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + 2.13.1 + + + org.apache.httpcomponents + httpclient + 4.5.13 + junit