1
0
mirror of synced 2025-12-29 02:47:54 +08:00

Merge pull request #4 from zhangyd-c/dev

⬆️ 升级 `JustAuth` 版本:1.15.1
This commit is contained in:
yadong.zhang
2020-04-13 21:19:46 +08:00
committed by GitHub
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
## 版本更新记录
### 【1.3.3】2020-04-13
- 升级 `JustAuth` 版本1.15.1
### 【1.3.2】2019-12-25
- 升级 `JustAuth` 版本1.13.2,新增微信公众号登录,区分之前的开放平台登录

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.2</version>
<version>1.3.3</version>
</dependency>
```

View File

@@ -23,7 +23,7 @@
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.3.2</version>
<version>1.3.3</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.2</justauth.version>
<justauth.version>1.15.1</justauth.version>
</properties>
<dependencies>