1
0
mirror of synced 2025-12-25 00:27:56 +08:00

3 Commits
1.3.0 ... 1.3.1

Author SHA1 Message Date
Yangkai.Shen
13fd792521 📝 添加 CHANGELOG 2019-11-12 14:30:09 +08:00
Yangkai.Shen
03649eb5c3 📝 更新 README.md 2019-11-12 14:30:01 +08:00
Yangkai.Shen
a8b8dee49f ⬆️ 升级 JustAuth 版本:1.13.1,修复 AuthCallback 异常的问题,参见 [ISSUE#52](https://github.com/justauth/JustAuth/issues/52) 2019-11-12 14:29:49 +08:00
3 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
## 版本更新记录
### 【1.3.1】2019-11-12
- 升级 `JustAuth` 版本1.13.1,修复 `AuthCallback` 异常的问题,参见 [ISSUE#52](https://github.com/justauth/JustAuth/issues/52)
### 【1.3.0】2019-11-04
- 修改 `groupId``com.xkcoding.justauth`

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.0</version>
<version>1.3.1</version>
</dependency>
```
@@ -432,7 +432,7 @@ justauth:
### 4.2. SNAPSHOT版本
![https://img.shields.io/badge/snapshots-1.3.0--SNAPSHOT-green](https://img.shields.io/badge/snapshots-1.3.0--SNAPSHOT-green)如果需要体验快照版本,可以在你的 `pom.xml`进行如下配置:
![https://img.shields.io/badge/snapshots-1.3.1--SNAPSHOT-green](https://img.shields.io/badge/snapshots-1.3.1--SNAPSHOT-green)如果需要体验快照版本,可以在你的 `pom.xml`进行如下配置:
```xml
<repositories>

View File

@@ -23,7 +23,7 @@
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>justauth-spring-boot-starter</name>
<url>https://github.com/xkcoding/justauth-spring-boot-starter</url>
@@ -67,7 +67,7 @@
<!--SpringBoot版本-->
<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
<!--JustAuth版本-->
<justauth.version>1.13.0</justauth.version>
<justauth.version>1.13.1</justauth.version>
</properties>
<dependencies>