Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tankaikai 2025-02-08 09:56:27 +08:00
commit 0dcb8dcdd7
1 changed files with 14 additions and 0 deletions

View File

@ -16,9 +16,23 @@
<groupId>com.czg</groupId>
<artifactId>cash-common-tools</artifactId>
</dependency>
<!-- sa-token 的漏洞的依赖处理 -->
<!-- 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>
</project>