From 42bc1eb2216a86e270573139fad1599466f81426 Mon Sep 17 00:00:00 2001 From: Sateesh Mathangi Date: Mon, 26 Mar 2018 11:02:07 +0100 Subject: [PATCH] Fixed latest cve error for CVE-2018-7489. (#119) https://github.com/FasterXML/jackson-databind/issues/1931 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 695aa62841..ceb17254ef 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ **/api/external/client/dto/**, **/api/external/client/exceptions/** + 2.8.11.1 @@ -159,6 +160,12 @@ 2.6.0 + + com.fasterxml.jackson.core + jackson-databind + ${jackson.databind.version} + + junit junit