From b2fb8839b811518af8905a091d0c6d51aa84ddf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=BF=8A=20SionYang?= <263976490@qq.com> Date: Wed, 17 Mar 2021 17:55:54 +0800 Subject: [PATCH] [#4822,#4823,#4824,#4825,#4979] Fix dependency security problem. (#5128) * For #4822,#4823,#4824,#4825,#4979, Fix dependency security problem * Fix jackson annotation version problem. --- pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index a686c6a91..1b2fdd2f6 100644 --- a/pom.xml +++ b/pom.xml @@ -142,16 +142,17 @@ 4.4.1 4.5 4.1.3 - 8.0.16 + 8.0.21 10.14.2.0 2.1 1.0 - 2.10.4 - 2.10.4 + 2.12.2 + 2.12.2 + 2.12.2 1.9.13 0.11.2 - 4.1.42.Final - 4.1.31.Final + 4.1.59.Final + 4.1.59.Final 2.0.0-RC1 24.1.1-jre 1.2 @@ -165,7 +166,7 @@ 1.10.19 1.3 0.5.0 - 9.0.37 + 9.0.40 0.30 3.4.2 1.3.5 @@ -934,6 +935,11 @@ jackson-databind ${jackson-databind.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.annotations.version} + org.codehaus.jackson jackson-core-asl -- GitLab