1
0
mirror of synced 2026-04-18 23:39:02 +08:00

⬆️ 升级 JustAuth 版本:1.15.7-beta.3,支持自定义 http config 和 scope

This commit is contained in:
yadong.zhang
2020-08-26 10:06:06 +08:00
parent ce34663f92
commit 23b781797c
3 changed files with 5 additions and 9 deletions

View File

@@ -1,12 +1,8 @@
## 版本更新记录
### 【1.3.5】2020-06-25
### 【1.3.4】2020-08-26
- 升级 `JustAuth` 版本1.15.5,支持自定义 http config
### 【1.3.4】2020-06-10
- 升级 `JustAuth` 版本1.15.4-alpha
- 升级 `JustAuth` 版本1.15.7-beta.3,支持自定义 http config
### 【1.3.3】2020-04-13

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.5</version>
<version>1.3.4</version>
</dependency>
```

View File

@@ -23,7 +23,7 @@
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.3.5</version>
<version>1.3.4</version>
<name>justauth-spring-boot-starter</name>
<url>https://github.com/xkcoding/justauth-spring-boot-starter</url>
@@ -72,7 +72,7 @@
<!--SpringBoot版本-->
<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
<!--JustAuth版本-->
<justauth.version>1.15.5</justauth.version>
<justauth.version>1.15.7-beta.3</justauth.version>
<hutool.version>5.1.0</hutool.version>
</properties>