sa-token-jwt 模块依赖改为 hutool-jwt,并升级版本为 5.8.5。

This commit is contained in:
click33 2022-08-22 16:29:42 +08:00
parent 731e91050c
commit 0c1588daa8

View File

@ -26,8 +26,8 @@
<!-- hutool (jwt) -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.7.14</version>
<artifactId>hutool-jwt</artifactId>
<version>5.8.5</version>
</dependency>
</dependencies>