From 1275cc3854ddb0e9b071e3c16c7f04b6b0b91d7f Mon Sep 17 00:00:00 2001 From: KNKIM Date: Tue, 12 Oct 2021 09:35:18 +0900 Subject: [PATCH] =?UTF-8?q?com.fasterxml.jackson=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index f8dfd8f7..712c3bca 100644 --- a/pom.xml +++ b/pom.xml @@ -232,13 +232,6 @@ 53.1 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - 2.9.0 - - - org.apache.tiles @@ -311,18 +291,25 @@ com.fasterxml.jackson.core jackson-core - 2.11.4 + 2.12.1 com.fasterxml.jackson.core jackson-annotations - 2.11.4 + 2.12.1 com.fasterxml.jackson.core jackson-databind - 2.11.4 - + 2.12.1 + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.12.1 +