1
0
mirror of synced 2025-12-12 09:10:35 +08:00

📝 编写更新记录

This commit is contained in:
Yangkai.Shen
2021-01-04 18:50:43 +08:00
parent b24d490024
commit 7f04dd3bfd
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
### 【1.3.5】2021-01-04
- 升级 `JustAuth` 版本1.15.9,新增飞书、京东、阿里云、喜马拉雅、企业微信网页端登录
- 升级 `hutool-core` 版本5.5.6
### 【1.3.4】2020-09-12

View File

@@ -28,7 +28,7 @@ https://github.com/xkcoding/justauth-spring-boot-starter-demo
<dependency>
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
```

View File

@@ -73,7 +73,7 @@
<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
<!--JustAuth版本-->
<justauth.version>1.15.9</justauth.version>
<hutool.version>5.4.0</hutool.version>
<hutool.version>5.5.6</hutool.version>
</properties>
<dependencies>