⬆️ 升级 hutool-core 版本:5.4.0
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
### 【1.3.4.beta】2020-08-29
|
### 【1.3.4.beta】2020-08-29
|
||||||
|
|
||||||
- 升级 `JustAuth` 版本:1.15.7-beta.3,支持自定义 http config
|
- 升级 `JustAuth` 版本:1.15.7-beta.3,支持自定义 http config
|
||||||
|
- 升级 `hutool-core` 版本:5.4.0,修复 `JSONUtil.toJsonStr(obj)` 报错的问题,参见 [ISSUE#8](https://github.com/justauth/justauth-spring-boot-starter/issues/8)
|
||||||
|
|
||||||
### 【1.3.3】2020-04-13
|
### 【1.3.3】2020-04-13
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -73,7 +73,7 @@
|
|||||||
<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
|
<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
|
||||||
<!--JustAuth版本-->
|
<!--JustAuth版本-->
|
||||||
<justauth.version>1.15.7-beta.3</justauth.version>
|
<justauth.version>1.15.7-beta.3</justauth.version>
|
||||||
<hutool.version>5.1.0</hutool.version>
|
<hutool.version>5.4.0</hutool.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user