1
0
mirror of synced 2025-12-08 06:35:37 +08:00

3 Commits

Author SHA1 Message Date
yadong.zhang
613579f432 Merge pull request #28 from luoqiz/master
feat: 发布1.4.1
2025-01-13 16:16:18 +08:00
luoqiz
64a3a32e5a feat: 发布1.4.1 2025-01-13 16:10:00 +08:00
luoqiz
0f6322d850 feat: 升级hutool 2025-01-13 16:09:31 +08:00

View File

@@ -23,7 +23,7 @@
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<name>justauth-spring-boot-starter</name>
<url>https://github.com/xkcoding/justauth-spring-boot-starter</url>
@@ -73,7 +73,7 @@
<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
<!--JustAuth版本-->
<justauth.version>1.16.7</justauth.version>
<hutool.version>5.8.19</hutool.version>
<hutool.version>5.8.35</hutool.version>
</properties>
<dependencies>