From 723b4a7f9990f601d7e3f73ba08f74a742bde849 Mon Sep 17 00:00:00 2001 From: kakawu Date: Sun, 4 Feb 2024 20:06:17 +0800 Subject: [PATCH] fix security maven import Signed-off-by: kakawu <945844419@qq.com> --- pom.xml | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 96 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 185f9249..e679836b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 fateboard fateboard - 1.11.2 + 1.11.3 org.springframework.boot spring-boot-starter-parent - 2.7.10 + 2.7.12 @@ -36,12 +36,47 @@ org.springframework.boot spring-boot-starter-web + + + logback-core + ch.qos.logback + + + + + + + + - org.springframework - spring-webmvc - 5.3.26 + ch.qos.logback + logback-classic + 1.2.13 + + + logback-core + ch.qos.logback + 1.2.13 + + + + + + + + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.85 compile + + + tomcat-annotations-api + org.apache.tomcat + + @@ -74,10 +109,22 @@ 2.11.0 - - org.springframework.boot - spring-boot-starter-thymeleaf - + + + + + + + + + + + + + + + + com.alibaba @@ -93,7 +140,7 @@ com.google.guava guava - 32.0.1-android + 32.1.2-jre @@ -153,6 +200,45 @@ org.springframework.cloud spring-cloud-starter-openfeign + + + bcprov-jdk15on + org.bouncycastle + + + + + bcprov-jdk15on + org.bouncycastle + 1.70 + + + org.yaml + snakeyaml + 2.0 + compile + + + org.springframework.security + spring-security-crypto + 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