From b9e387de32b1066185f73d0c314ee9523b520608 Mon Sep 17 00:00:00 2001 From: lbw Date: Thu, 22 Aug 2024 02:01:17 +0000 Subject: [PATCH] fix: up spring 5.3.39 no cve Signed-off-by: lbw --- pig-common/pig-common-bom/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pig-common/pig-common-bom/pom.xml b/pig-common/pig-common-bom/pom.xml index 9c1c1ac16..c8671bbdf 100644 --- a/pig-common/pig-common-bom/pom.xml +++ b/pig-common/pig-common-bom/pom.xml @@ -39,6 +39,7 @@ 4.9.9 1.6.0 0.0.39 + 5.3.39 @@ -192,6 +193,14 @@ mybatis-plus-annotation ${mybatis-plus.version} + + + org.springframework + spring-framework-bom + ${spring.core.version} + pom + import + cn.hutool -- Gitee