From b8c7255b5021d7f15cab19bf4ec54eec9352d456 Mon Sep 17 00:00:00 2001 From: 黎星凯 <13949086503@163.com> Date: 星期五, 28 六月 2024 16:02:35 +0800 Subject: [PATCH] 20240628 漏洞升级 --- consum-base/pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/consum-base/pom.xml b/consum-base/pom.xml index c1e9318..8c0f307 100644 --- a/consum-base/pom.xml +++ b/consum-base/pom.xml @@ -39,7 +39,7 @@ <!-- 寮曞叆web瀹夊叏璁よ瘉妯″潡锛屽鏋滀笉寮曞叆鍒欎笉浼氬仛浠讳綍鏉冮檺鎷︽埅锛堣繖绉嶆ā寮忛�氬父鍙敤浜庡揩閫熸祴璇曪級, 2022/10/31 --> <dependency> <groupId>com.iplatform</groupId> - <artifactId>iplatform-base-security</artifactId> + <artifactId>iplatform-base-security-consum</artifactId> <exclusions> <exclusion> <artifactId>spring-security-crypto</artifactId> @@ -145,6 +145,10 @@ <artifactId>hutool-core</artifactId> <version>4.5.3</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.1