依赖漏洞管理

This commit is contained in:
2025-02-08 10:09:26 +08:00
parent f9e8cc1f0d
commit 957c2a88fd
3 changed files with 46 additions and 11 deletions

View File

@@ -16,22 +16,15 @@
<groupId>com.czg</groupId>
<artifactId>cash-common-tools</artifactId>
</dependency>
<!-- sa-token 的漏洞的依赖处理 -->
<!-- Sa-Token 权限认证在线文档https://sa-token.cc -->
<!-- start -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>11.0.2</version>
</dependency>
<!-- end -->
</dependencies>