From 1656dd6031ec234b30f36ab95a37be5532b01875 Mon Sep 17 00:00:00 2001 From: Charlotte Fereday Date: Tue, 26 Oct 2021 09:05:25 +0100 Subject: [PATCH] feat: add support for jackson vulnerable conditions --- todolist-web-common/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/todolist-web-common/pom.xml b/todolist-web-common/pom.xml index e07dd3af25..2b85167928 100644 --- a/todolist-web-common/pom.xml +++ b/todolist-web-common/pom.xml @@ -17,6 +17,22 @@ + + + com.fasterxml.jackson.core + jackson-core + 2.6.5 + + + com.fasterxml.jackson.core + jackson-databind + 2.6.5 + + + com.fasterxml.jackson.core + jackson-annotations + 2.6.5 +