From f8075876b9638df3b41aadd58d5182d69a9af7ce Mon Sep 17 00:00:00 2001 From: kakawu Date: Sun, 4 Feb 2024 11:04:49 +0800 Subject: [PATCH] fix security maven import Signed-off-by: kakawu <945844419@qq.com> --- pom.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 63 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 84f73014..e1670e06 100644 --- a/pom.xml +++ b/pom.xml @@ -36,13 +36,30 @@ org.springframework.boot spring-boot-starter-web - + + + logback-core + ch.qos.logback + + + + + ch.qos.logback + logback-classic + 1.2.13 + + + logback-core + ch.qos.logback + 1.2.13 + + @@ -52,7 +69,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.82 + 9.0.85 compile @@ -91,10 +108,22 @@ 2.11.0 - - org.springframework.boot - spring-boot-starter-thymeleaf - + + + + + + + + + + + + + + + + com.alibaba @@ -170,6 +199,17 @@ org.springframework.cloud spring-cloud-starter-openfeign + + + bcprov-jdk15on + org.bouncycastle + + + + + bcprov-jdk15on + org.bouncycastle + 1.70 org.yaml @@ -183,6 +223,23 @@ 5.7.10 compile + + + com.fasterxml.jackson.core + jackson-databind + 2.16.1 + + + com.fasterxml.jackson.core + jackson-core + 2.16.1 + + + com.fasterxml.jackson.core + jackson-annotations + 2.16.1 + +