mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-19 18:22:15 +08:00
sa-token-jwt
模块依赖改为 hutool-jwt
,并升级版本为 5.8.5。
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
<!-- hutool (jwt) -->
|
<!-- hutool (jwt) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.hutool</groupId>
|
<groupId>cn.hutool</groupId>
|
||||||
<artifactId>hutool-all</artifactId>
|
<artifactId>hutool-jwt</artifactId>
|
||||||
<version>5.7.14</version>
|
<version>5.8.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user